From a1da03328ae41595c0c03bf050d0a4d950238290 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Tue, 17 Jan 2017 14:40:41 +0100 Subject: Changelog: add a point about fee schedule update --- Changelog.md | 1 + 1 file changed, 1 insertion(+) 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) -- cgit