Skip to content

Commit b4f6092

Browse files
committed
Set release date.
1 parent 45668fd commit b4f6092

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Diff for: Changelog.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
### 0.7.3 (unreleased)
1+
### 0.7.3 (2020-10-07)
22

33
Important Bugfixes:
44
* Code Generator: Properly cleanup after copying dynamic-array to storage for packed types.
55

6+
67
Compiler Features:
8+
* Code generator: Implemented events with function type as one of its indexed parameters.
9+
* General: Option to stop compilation after parsing stage. Can be used with ``solc --stop-after parsing``
10+
* Optimizer: Optimize ``exp`` when base is ``-1``.
711
* SMTChecker: Support ``addmod`` and ``mulmod``.
812
* SMTChecker: Support array slices.
913
* SMTChecker: Support type conversions.
10-
* Optimizer: Optimize ``exp`` when base is -1.
11-
* Code generator: Implemented events with function type as one of its indexed parameters.
12-
* General: Option to stop compilation after parsing stage. Can be used with ``solc --stop-after parsing``
1314

1415

1516
Bugfixes:
16-
* Type Checker: Fix internal compiler error when calling `.push(<arg>)` for a storage array with a nested mapping.
17+
* Fixed internal compiler errors for certain contracts involving the ``new`` expression.
18+
* JSON AST: Fix internal error when using ``--ast-json`` on a function with memory arguments in ABIEncoderV2 contracts.
1719
* Type Checker: Add missing checks for calls using types incompatible with ABIEncoderV1 in modules where ABIEncoderV2 is not enabled.
18-
* Fixed internal compiler errors for certain contracts involving the ``new`` expression
20+
* Type Checker: Fix internal compiler error when calling `.push(<arg>)` for a storage array with a nested mapping.
1921

2022

2123
### 0.7.2 (2020-09-28)

Diff for: docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1280,5 +1280,9 @@
12801280
"DynamicArrayCleanup"
12811281
],
12821282
"released": "2020-09-28"
1283+
},
1284+
"0.7.3": {
1285+
"bugs": [],
1286+
"released": "2020-10-07"
12831287
}
12841288
}

0 commit comments

Comments
 (0)