diff options
author | chriseth <chris@ethereum.org> | 2017-04-26 18:48:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 18:48:19 +0800 |
commit | efa9c7626718023083489aebee9a1662c5f24ab5 (patch) | |
tree | 10c53b37db2275d9b6b220bb572ceca777e20297 /Changelog.md | |
parent | b024fce150beefa265f56f86b2fe83e3ebf4641e (diff) | |
download | dexon-solidity-efa9c7626718023083489aebee9a1662c5f24ab5.tar.gz dexon-solidity-efa9c7626718023083489aebee9a1662c5f24ab5.tar.zst dexon-solidity-efa9c7626718023083489aebee9a1662c5f24ab5.zip |
Update Changelog.md
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 71f9a83b..7b64f950 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,7 +14,7 @@ Bugfixes: * Compiler interface: Fix a bug where source indexes could be inconsistent between Solidity compiled with different compilers (clang vs. gcc) or compiler settings. The bug was visible in AST and source mappings. - * Gas-estimator: reflect the most recent fee schedule. + * Gas Estimator: Reflect the most recent fee schedule. * Type system: Contract inheriting from base with unimplemented constructor should be abstract. ### 0.4.10 (2017-03-15) |