From efa9c7626718023083489aebee9a1662c5f24ab5 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 26 Apr 2017 12:48:19 +0200 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 71f9a83bf..7b64f950d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,7 +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. + * 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)