aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-11-15 10:53:19 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-11-15 10:53:19 +0800
commitdad33f80dda1824c87e64ad857f9f075e97a01c8 (patch)
tree818149a0b527afb02ea97c0dc15cd057a8018890 /Changelog.md
parent58e75c7a48f8166cca41e9017dad351113952ab5 (diff)
downloaddexon-solidity-dad33f80dda1824c87e64ad857f9f075e97a01c8.tar.gz
dexon-solidity-dad33f80dda1824c87e64ad857f9f075e97a01c8.tar.zst
dexon-solidity-dad33f80dda1824c87e64ad857f9f075e97a01c8.zip
Fix inline assembly stack warnings when using variables
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 851f39a0..64db4af8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ Features:
Bugfixes:
+ * Inline assembly: calculate stack height warning correctly even when local variables are used.
* Parser: disallow empty enum definitions.
* Type checker: disallow conversion between different enum types.