diff options
author | chriseth <chris@ethereum.org> | 2018-04-14 00:36:33 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-14 00:36:33 +0800 |
commit | 559fa58ddf3d6b32242286e392b2695d56594423 (patch) | |
tree | 2336e003d25a9709e214010fdb8d80670d4b2a63 /Changelog.md | |
parent | 2001cc6bdca87d715380b15f11c797666528e040 (diff) | |
download | dexon-solidity-559fa58ddf3d6b32242286e392b2695d56594423.tar.gz dexon-solidity-559fa58ddf3d6b32242286e392b2695d56594423.tar.zst dexon-solidity-559fa58ddf3d6b32242286e392b2695d56594423.zip |
Document ABI encoding functions.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 80f02a2d..81c8b974 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: * General: Allow providing reason string for ``revert()`` and ``require()``. * General: Limit the number of errors output in a single run to 256. * General: Support accessing dynamic return data in post-byzantium EVMs. + * General: Add encoding routines ``abi.encodePacked``, ``abi.encode``, ``abi.encodeWithSelector`` and ``abi.encodeWithSignature``. * Interfaces: Allow overriding external functions in interfaces with public in an implementing contract. * Optimizer: Optimize ``SHL`` and ``SHR`` only involving constants (Constantinople only). * Optimizer: Remove useless ``SWAP1`` instruction preceding a commutative instruction (such as ``ADD``, ``MUL``, etc). |