File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- ### 0.4.12 (unreleased )
1
+ ### 0.4.12 (2017-07-03 )
2
2
3
3
Features:
4
4
* Assembly: Add `` CREATE2 `` (EIP86), `` STATICCALL `` (EIP214), `` RETURNDATASIZE `` and `` RETURNDATACOPY `` (EIP211) instructions.
@@ -27,14 +27,14 @@ Bugfixes:
27
27
* Code generator: Use `` REVERT `` instead of `` INVALID `` for generated input validation routines.
28
28
* Inline Assembly: Enforce function arguments when parsing functional instructions.
29
29
* Optimizer: Disallow optimizations involving `` MLOAD `` because it changes `` MSIZE `` .
30
+ * Static Analyzer: Unused variable warnings no longer issued for variables used inside inline assembly.
30
31
* Type Checker: Fix address literals not being treated as compile-time constants.
31
32
* Type Checker: Fixed crash concerning non-callable types.
32
33
* Type Checker: Fixed segfault with constant function parameters
33
34
* Type Checker: Disallow comparisons between mapping and non-internal function types.
34
35
* Type Checker: Disallow invoking the same modifier multiple times.
35
36
* Type Checker: Do not treat strings that look like addresses as addresses.
36
37
* Type Checker: Support valid, but incorrectly rejected UTF-8 sequences.
37
- * Unused variable warnings no longer issued for variables used inside inline assembly.
38
38
39
39
### 0.4.11 (2017-05-03)
40
40
Original file line number Diff line number Diff line change 297
297
],
298
298
"released" : " 2017-05-03"
299
299
},
300
+ "0.4.12" : {
301
+ "bugs" : [],
302
+ "released" : " 2017-07-03"
303
+ },
300
304
"0.4.2" : {
301
305
"bugs" : [
302
306
" SkipEmptyStringLiteral" ,
You can’t perform that action at this time.
0 commit comments