mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9975 from ethereum/prepareChangelog073
Set release date.
This commit is contained in:
commit
9bfce1f651
14
Changelog.md
14
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(<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)
|
||||
|
@ -1280,5 +1280,9 @@
|
||||
"DynamicArrayCleanup"
|
||||
],
|
||||
"released": "2020-09-28"
|
||||
},
|
||||
"0.7.3": {
|
||||
"bugs": [],
|
||||
"released": "2020-10-07"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user