Add changelog entry for keccak256

This commit is contained in:
Alex Beregszaszi 2017-05-30 10:14:55 +01:00
parent ff33297786
commit 59d3a9d169

View File

@ -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