aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-09-14 21:49:55 +0800
committerchriseth <chris@ethereum.org>2018-09-18 20:28:21 +0800
commita1d73a7befd2f3d72c18d4cb539edab5111c681f (patch)
treebd440467d4d2f4d2c275b47f51057933cac2aaef /Changelog.md
parent06ffcd0502c1c06788bec9b1e1e4db3f7c42ed4d (diff)
downloaddexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.tar
dexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.tar.gz
dexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.tar.bz2
dexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.tar.lz
dexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.tar.xz
dexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.tar.zst
dexon-solidity-a1d73a7befd2f3d72c18d4cb539edab5111c681f.zip
Split simplification rules into two functions.
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 95197e04..4e8b4ee3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -102,6 +102,7 @@ Bugfixes:
* Commandline Interface: Correctly handle paths with backslashes on windows.
* Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions.
* Optimizer: Correctly estimate gas costs of constants for special cases.
+ * Optimizer: Fix simplification rule initialization bug that appeared on some emscripten platforms.
* References Resolver: Do not crash on using ``_slot`` and ``_offset`` suffixes on their own.
* References Resolver: Enforce ``storage`` as data location for mappings.
* References Resolver: Properly handle invalid references used together with ``_slot`` and ``_offset``.