From b4f6092f9078012ba02515a2d771543f0dac2652 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 7 Oct 2020 11:58:10 +0200 Subject: [PATCH] Set release date. --- Changelog.md | 14 ++++++++------ docs/bugs_by_version.json | 4 ++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3a77d42a3..4d64f574a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,21 +1,23 @@ -### 0.7.3 (unreleased) +### 0.7.3 (2020-10-07) Important Bugfixes: * Code Generator: Properly cleanup after copying dynamic-array to storage for packed types. + Compiler Features: + * Code generator: Implemented events with function type as one of its indexed parameters. + * General: Option to stop compilation after parsing stage. Can be used with ``solc --stop-after parsing`` + * Optimizer: Optimize ``exp`` when base is ``-1``. * SMTChecker: Support ``addmod`` and ``mulmod``. * SMTChecker: Support array slices. * SMTChecker: Support type conversions. - * Optimizer: Optimize ``exp`` when base is -1. - * Code generator: Implemented events with function type as one of its indexed parameters. - * General: Option to stop compilation after parsing stage. Can be used with ``solc --stop-after parsing`` Bugfixes: - * Type Checker: Fix internal compiler error when calling `.push()` for a storage array with a nested mapping. + * Fixed internal compiler errors for certain contracts involving the ``new`` expression. + * JSON AST: Fix internal error when using ``--ast-json`` on a function with memory arguments in ABIEncoderV2 contracts. * Type Checker: Add missing checks for calls using types incompatible with ABIEncoderV1 in modules where ABIEncoderV2 is not enabled. - * Fixed internal compiler errors for certain contracts involving the ``new`` expression + * Type Checker: Fix internal compiler error when calling `.push()` for a storage array with a nested mapping. ### 0.7.2 (2020-09-28) diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index ec9d5652b..40e7b4f3a 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1280,5 +1280,9 @@ "DynamicArrayCleanup" ], "released": "2020-09-28" + }, + "0.7.3": { + "bugs": [], + "released": "2020-10-07" } } \ No newline at end of file