Skip to content

Commit

Permalink
Add changelog entry for keccak256
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 30, 2017
1 parent ff33297 commit 59d3a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 59d3a9d

Please sign in to comment.