diff --git a/Changelog.md b/Changelog.md index f40478fc9..57638c2f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,8 @@ -### 0.7.2 (unreleased) +### 0.7.2 (2020-09-28) Important Bugfixes: * Type Checker: Disallow two or more free functions with identical name (potentially imported and aliased) and parameter types. -Language Features: - Compiler Features: * Export compiler-generated utility sources via standard-json or combined-json. @@ -27,16 +25,18 @@ Compiler Features: * Yul IR Generator: Report source locations related to unimplemented features. * Optimizer: Optimize ``exp`` when base is 0, 1 or 2. + Bugfixes: * Code generator: Fix internal error on stripping dynamic types from return parameters on EVM versions without ``RETURNDATACOPY``. * Type Checker: Add missing check against nested dynamic arrays in ABI encoding functions when ABIEncoderV2 is disabled. * Type Checker: Disallow ``virtual`` for modifiers in libraries. * Type Checker: Correct the error message for invalid named parameter in a call to refer to the right argument. * Type Checker: Correct the warning for homonymous, but not shadowing declarations. - * ViewPureChecker: Prevent visibility check on constructors. * Type system: Fix internal error on implicit conversion of contract instance to the type of its ``super``. * Type system: Fix internal error on implicit conversion of string literal to a calldata string. * Type system: Fix named parameters in overloaded function and event calls being matched incorrectly if the order differs from the declaration. + * ViewPureChecker: Prevent visibility check on constructors. + ### 0.7.1 (2020-09-02) diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index d342e6a2b..8ebe8b060 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1191,5 +1191,9 @@ "FreeFunctionRedefinition" ], "released": "2020-09-02" + }, + "0.7.2": { + "bugs": [], + "released": "2020-09-28" } } \ No newline at end of file