aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-21 04:36:53 +0800
committerchriseth <chris@ethereum.org>2017-06-14 22:00:39 +0800
commitbec30051c57098bef482c9be2537bda46b7571ee (patch)
tree4c7e7aaf26048b268c0e4f4d3caeadda9d9b6ec9 /Changelog.md
parent1ae0e082b316adfc1a048928e5c535559d3780b3 (diff)
downloaddexon-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.md4
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.