File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1- ### 0.7.3 (unreleased )
1+ ### 0.7.3 (2020-10-07 )
22
33Important Bugfixes:
44 * Code Generator: Properly cleanup after copying dynamic-array to storage for packed types.
55
6+
67Compiler 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
1516Bugfixes:
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)
Original file line number Diff line number Diff line change 12801280 " DynamicArrayCleanup"
12811281 ],
12821282 "released" : " 2020-09-28"
1283+ },
1284+ "0.7.3" : {
1285+ "bugs" : [],
1286+ "released" : " 2020-10-07"
12831287 }
12841288}
You can’t perform that action at this time.
0 commit comments