From 59d3a9d169a55dc6fd3348e2fa581840bea7145b Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 30 May 2017 10:14:55 +0100 Subject: Add changelog entry for keccak256 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5ba712f5..b398e014 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,11 @@ ### 0.4.12 (unreleased) Features: + * Assembler: renamed ``SHA3`` to `KECCAK256``. * AST: export all attributes to Json format * Inline Assembly: Present proper error message when not supplying enough arguments to a functional instruction. + * Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias. Bugfixes: * Unused variable warnings no longer issued for variables used inside inline assembly -- cgit v1.2.3