diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-01-17 21:40:41 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-04-25 22:47:43 +0800 |
commit | a1da03328ae41595c0c03bf050d0a4d950238290 (patch) | |
tree | c8f5ba28784072feafdee5dda317353eab53fbc5 | |
parent | 56e4b8269636e2906298ccface74cdebff4244ad (diff) | |
download | dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.gz dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.zst dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.zip |
Changelog: add a point about fee schedule update
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3603d315..71f9a83b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,6 +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. * Type system: Contract inheriting from base with unimplemented constructor should be abstract. ### 0.4.10 (2017-03-15) |