Changelog: add a point about fee schedule update

This commit is contained in:
Yoichi Hirai 2017-01-17 14:40:41 +01:00 committed by chriseth
parent 56e4b82696
commit a1da03328a

View File

@ -14,6 +14,7 @@ Bugfixes:
* Compiler interface: Fix a bug where source indexes could be inconsistent between Solidity compiled * 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 with different compilers (clang vs. gcc) or compiler settings. The bug was visible in AST
and source mappings. and source mappings.
* Gas-estimator: reflect the most recent fee schedule.
* Type system: Contract inheriting from base with unimplemented constructor should be abstract. * Type system: Contract inheriting from base with unimplemented constructor should be abstract.
### 0.4.10 (2017-03-15) ### 0.4.10 (2017-03-15)