Merge pull request #9975 from ethereum/prepareChangelog073

Set release date.
This commit is contained in:
chriseth 2020-10-07 15:45:17 +02:00 committed by GitHub
commit 9bfce1f651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

View File

@ -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(<arg>)` 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(<arg>)` for a storage array with a nested mapping.
### 0.7.2 (2020-09-28)

View File

@ -1280,5 +1280,9 @@
"DynamicArrayCleanup"
],
"released": "2020-09-28"
},
"0.7.3": {
"bugs": [],
"released": "2020-10-07"
}
}