Skip to content

Commit

Permalink
Merge pull request #9975 from ethereum/prepareChangelog073
Browse files Browse the repository at this point in the history
Set release date.
  • Loading branch information
chriseth authored Oct 7, 2020
2 parents 45668fd + b4f6092 commit 9bfce1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -1280,5 +1280,9 @@
"DynamicArrayCleanup"
],
"released": "2020-09-28"
},
"0.7.3": {
"bugs": [],
"released": "2020-10-07"
}
}

0 comments on commit 9bfce1f

Please sign in to comment.