Skip to content

Commit 8d00100

Browse files
authored
Merge pull request #11140 from ethereum/prepare083
Prepare changelog for 0.8.3.
2 parents 88d340f + a32e2e2 commit 8d00100

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Changelog.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
### 0.8.3 (unreleased)
1+
### 0.8.3 (2021-03-23)
22

33
Important Bugfixes:
44
* Optimizer: Fix bug on incorrect caching of Keccak-256 hashes.
55

6-
Language Features:
7-
8-
96
Compiler Features:
107
* Command Line Interface: Drop experimental support for ``--machine evm15``.
118
* Optimizer: Try to move ``and`` with constant inside ``or`` to improve storage writes of small types.
129
* Optimizer: Replace multiplications and divisions with powers of two by shifts.
1310

14-
1511
Bugfixes:
1612
* AST Import: For constructors, a public visibility is ignored during importing.
1713
* Error Reporter: Fix handling of carriage return.
@@ -27,7 +23,6 @@ AST Changes:
2723
* ModifierInvocation: Add ``kind`` field which can be ``modifierInvocation`` or ``baseConstructorSpecifier``.
2824

2925

30-
3126
### 0.8.2 (2021-03-02)
3227

3328
Compiler Features:

docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1481,5 +1481,9 @@
14811481
"KeccakCaching"
14821482
],
14831483
"released": "2021-03-02"
1484+
},
1485+
"0.8.3": {
1486+
"bugs": [],
1487+
"released": "2021-03-23"
14841488
}
14851489
}

0 commit comments

Comments
 (0)