File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- ### 0.8.3 (unreleased )
1
+ ### 0.8.3 (2021-03-23 )
2
2
3
3
Important Bugfixes:
4
4
* Optimizer: Fix bug on incorrect caching of Keccak-256 hashes.
5
5
6
- Language Features:
7
-
8
-
9
6
Compiler Features:
10
7
* Command Line Interface: Drop experimental support for `` --machine evm15 `` .
11
8
* Optimizer: Try to move `` and `` with constant inside `` or `` to improve storage writes of small types.
12
9
* Optimizer: Replace multiplications and divisions with powers of two by shifts.
13
10
14
-
15
11
Bugfixes:
16
12
* AST Import: For constructors, a public visibility is ignored during importing.
17
13
* Error Reporter: Fix handling of carriage return.
@@ -27,7 +23,6 @@ AST Changes:
27
23
* ModifierInvocation: Add `` kind `` field which can be `` modifierInvocation `` or `` baseConstructorSpecifier `` .
28
24
29
25
30
-
31
26
### 0.8.2 (2021-03-02)
32
27
33
28
Compiler Features:
Original file line number Diff line number Diff line change 1481
1481
" KeccakCaching"
1482
1482
],
1483
1483
"released" : " 2021-03-02"
1484
+ },
1485
+ "0.8.3" : {
1486
+ "bugs" : [],
1487
+ "released" : " 2021-03-23"
1484
1488
}
1485
1489
}
You can’t perform that action at this time.
0 commit comments