Update Changelog.md

This commit is contained in:
chriseth 2017-04-26 12:48:19 +02:00 committed by GitHub
parent b024fce150
commit efa9c76267

View File

@ -14,7 +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. * 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)