aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-06 19:08:25 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-10-06 22:34:41 +0800
commit34df80c502c5e20fda6db1d2152beccdfb3342cc (patch)
tree1952c30abb077da548d64a80d121d2ecf1287f2b /Changelog.md
parente69173f910e8454a7dc13f79598e7e9fd5c147c9 (diff)
downloaddexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.tar
dexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.tar.gz
dexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.tar.bz2
dexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.tar.lz
dexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.tar.xz
dexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.tar.zst
dexon-solidity-34df80c502c5e20fda6db1d2152beccdfb3342cc.zip
Add alias keccak256() for sha3()
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 8e639a2d..0d77fbc9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,8 +1,10 @@
### 0.4.3 (unreleased)
Features:
+
* Inline assembly: support both `sucide` and `selfdestruct` opcodes
(note: `suicide` is deprecated)
+ * Include `keccak256()` as an alias to `sha3()`
### 0.4.2 (2016-09-17)