diff options
author | chriseth <chris@ethereum.org> | 2017-06-15 14:39:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 14:39:02 +0800 |
commit | 66881bd675ad483ae0bba813c79257fbc30ee941 (patch) | |
tree | 7da1d2982ae3343ae8842bbf32b3aeaea99c8018 /Changelog.md | |
parent | 3c4671a2dafc3fc29f5662203cceeb17a0d0e36b (diff) | |
parent | 42b61171d981ceccd5f79af5508db92b4f2ad54b (diff) | |
download | dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.tar dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.tar.gz dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.tar.bz2 dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.tar.lz dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.tar.xz dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.tar.zst dexon-solidity-66881bd675ad483ae0bba813c79257fbc30ee941.zip |
Merge branch 'develop' into asm-aux
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 878a78df..b2e080a0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,9 @@ ### 0.4.12 (unreleased) Features: - * Assembly: Add ``CREATE2`` (EIP86), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions. + * Assembly: renamed ``SHA3`` to ``KECCAK256``. * Assembly: Display auxiliary data in the assembly output. - * Assembly: Renamed ``SHA3`` to ``KECCAK256``. + * Assembly: Add ``CREATE2`` (EIP86), ``STATICCALL`` (EIP214), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions. * AST: export all attributes to JSON format. * Inline Assembly: Present proper error message when not supplying enough arguments to a functional instruction. |