aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-23 23:20:07 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-28 23:55:49 +0800
commit168f64f4cb55a7055261a4c66ca54f496e96b503 (patch)
treeebad17e2b6450183c2ef4b6738f1faa169f2dd65 /Changelog.md
parent46caff4597a1cafbafe0cbcc9fb7e7478dd2a0e3 (diff)
downloaddexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.tar
dexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.tar.gz
dexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.tar.bz2
dexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.tar.lz
dexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.tar.xz
dexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.tar.zst
dexon-solidity-168f64f4cb55a7055261a4c66ca54f496e96b503.zip
Fix negative stack size checks.
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 c12afcd2..8b44934d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -28,6 +28,7 @@ Bugfixes:
* Fixed crash concerning non-callable types.
* Unused variable warnings no longer issued for variables used inside inline assembly.
* Code Generator: Fix ABI encoding of empty literal string.
+ * Code Generator: Fix negative stack size checks.
* Inline Assembly: Enforce function arguments when parsing functional instructions.
* Fixed segfault with constant function parameters