aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-05-03 17:54:12 +0800
committerGitHub <noreply@github.com>2017-05-03 17:54:11 +0800
commit00933b99cc64a5af1e00ed4b119fc725ddbb3513 (patch)
treef9c9abfb8a0e944f342f1d0a0fb11d6a55b9a352 /Changelog.md
parent1aa0f77af91143b0a083949e230dab9e0376ed65 (diff)
parent794a390c34d44e9f93d9735a82aa11f8cc2fde48 (diff)
downloaddexon-solidity-00933b99cc64a5af1e00ed4b119fc725ddbb3513.tar.gz
dexon-solidity-00933b99cc64a5af1e00ed4b119fc725ddbb3513.tar.zst
dexon-solidity-00933b99cc64a5af1e00ed4b119fc725ddbb3513.zip
Merge pull request #2206 from ethereum/fixoptimizer
Constant optimizer fix
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 00400e26..f4b1e20d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -20,6 +20,7 @@ Bugfixes:
and source mappings.
* Gas Estimator: Reflect the most recent fee schedule.
* Type system: Contract inheriting from base with unimplemented constructor should be abstract.
+ * Optimizer: Number representation bug in the constant optimizer fixed.
### 0.4.10 (2017-03-15)