diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-30 17:14:55 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-30 19:33:04 +0800 |
commit | 59d3a9d169a55dc6fd3348e2fa581840bea7145b (patch) | |
tree | f5542134b5fb552b07c11c32424ee807263c7994 | |
parent | ff33297786c3a83092c4c39ff9b12bedd2e12801 (diff) | |
download | dexon-solidity-59d3a9d169a55dc6fd3348e2fa581840bea7145b.tar.gz dexon-solidity-59d3a9d169a55dc6fd3348e2fa581840bea7145b.tar.zst dexon-solidity-59d3a9d169a55dc6fd3348e2fa581840bea7145b.zip |
Add changelog entry for keccak256
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |