diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-21 04:36:53 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-14 22:00:39 +0800 |
commit | bec30051c57098bef482c9be2537bda46b7571ee (patch) | |
tree | 4c7e7aaf26048b268c0e4f4d3caeadda9d9b6ec9 /Changelog.md | |
parent | 1ae0e082b316adfc1a048928e5c535559d3780b3 (diff) | |
download | dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.tar dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.tar.gz dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.tar.bz2 dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.tar.lz dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.tar.xz dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.tar.zst dexon-solidity-bec30051c57098bef482c9be2537bda46b7571ee.zip |
Introduce CREATE2 in the assembler
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 8f1fe045..92fd21f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ ### 0.4.12 (unreleased) Features: - * Assembly: renamed ``SHA3`` to `KECCAK256``. - * Assembly: Add ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions. + * Assembly: renamed ``SHA3`` to ``KECCAK256``. + * Assembly: Add ``CREATE2`` (EIP86), ``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. |