aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-01-17 21:40:41 +0800
committerchriseth <chris@ethereum.org>2017-04-25 22:47:43 +0800
commita1da03328ae41595c0c03bf050d0a4d950238290 (patch)
treec8f5ba28784072feafdee5dda317353eab53fbc5 /Changelog.md
parent56e4b8269636e2906298ccface74cdebff4244ad (diff)
downloaddexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar
dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.gz
dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.bz2
dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.lz
dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.xz
dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.tar.zst
dexon-solidity-a1da03328ae41595c0c03bf050d0a4d950238290.zip
Changelog: add a point about fee schedule update
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 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)