File tree 2 files changed +12
-6
lines changed
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 )
2
2
3
3
Important Bugfixes:
4
4
* Code Generator: Properly cleanup after copying dynamic-array to storage for packed types.
5
5
6
+
6
7
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 `` .
7
11
* SMTChecker: Support `` addmod `` and `` mulmod `` .
8
12
* SMTChecker: Support array slices.
9
13
* 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 ``
13
14
14
15
15
16
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.
17
19
* 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.
19
21
20
22
21
23
### 0.7.2 (2020-09-28)
Original file line number Diff line number Diff line change 1280
1280
" DynamicArrayCleanup"
1281
1281
],
1282
1282
"released" : " 2020-09-28"
1283
+ },
1284
+ "0.7.3" : {
1285
+ "bugs" : [],
1286
+ "released" : " 2020-10-07"
1283
1287
}
1284
1288
}
You can’t perform that action at this time.
0 commit comments