aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-03 20:40:17 +0800
committerchriseth <chris@ethereum.org>2017-05-02 18:22:11 +0800
commit5c4f3f6d0b5d289accb3fb51964a44eca2b9d818 (patch)
tree6aa9849ecb1c333c15265fc36e602c91b2de6846 /Changelog.md
parente2f00c96d5c333a20f67c5aed5787f8b9dd65d56 (diff)
downloaddexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.tar
dexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.tar.gz
dexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.tar.bz2
dexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.tar.lz
dexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.tar.xz
dexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.tar.zst
dexon-solidity-5c4f3f6d0b5d289accb3fb51964a44eca2b9d818.zip
Fix number representation bug.
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 cd54aadb..3169bb94 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -18,6 +18,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)