Skip to content

Commit

Permalink
Merge pull request #11140 from ethereum/prepare083
Browse files Browse the repository at this point in the history
Prepare changelog for 0.8.3.
  • Loading branch information
chriseth authored Mar 23, 2021
2 parents 88d340f + a32e2e2 commit 8d00100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
### 0.8.3 (unreleased)
### 0.8.3 (2021-03-23)

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

Language Features:


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


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



### 0.8.2 (2021-03-02)

Compiler Features:
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,5 +1481,9 @@
"KeccakCaching"
],
"released": "2021-03-02"
},
"0.8.3": {
"bugs": [],
"released": "2021-03-23"
}
}

0 comments on commit 8d00100

Please sign in to comment.