diff options
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. |