aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-15 23:19:59 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-20 20:25:28 +0800
commite1ff8bebe1e9468ac7ea2d1d221a22381052c653 (patch)
tree09c64766435d2a8cd2d1db1b6e39e8ddbd26fe78 /Changelog.md
parent0dd75ac100d59d81321d8815638c8f252b2fe467 (diff)
downloaddexon-solidity-e1ff8bebe1e9468ac7ea2d1d221a22381052c653.tar.gz
dexon-solidity-e1ff8bebe1e9468ac7ea2d1d221a22381052c653.tar.zst
dexon-solidity-e1ff8bebe1e9468ac7ea2d1d221a22381052c653.zip
Mention in changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 343d8aa7..39e03014 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Features:
* Inline assembly: support both ``suicide`` and ``selfdestruct`` opcodes
(note: ``suicide`` is deprecated).
+ * Inline assembly: issue warning if stack is not balanced after block.
* Include ``keccak256()`` as an alias to ``sha3()``.
* Support shifting constant numbers.