aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-11-15 18:25:12 +0800
committerGitHub <noreply@github.com>2016-11-15 18:25:12 +0800
commit028ab1fbfbe7d83cb5fbf4be9e2eb29a22d5b687 (patch)
treebfa5124e20eda18203314d25ce6db711ad1c6e25 /Changelog.md
parentc1b1efafdb30f11c9482e3ba95c5321790762215 (diff)
parentdce80911e198fe5d6317a9a4d155f929789fdea6 (diff)
downloaddexon-solidity-028ab1fbfbe7d83cb5fbf4be9e2eb29a22d5b687.tar.gz
dexon-solidity-028ab1fbfbe7d83cb5fbf4be9e2eb29a22d5b687.tar.zst
dexon-solidity-028ab1fbfbe7d83cb5fbf4be9e2eb29a22d5b687.zip
Merge pull request #1375 from ethereum/inline-assembly-stack-height
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 98dababd..4d68fc69 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.
* Interface JSON: do not include trailing new line.