Merge pull request #12667 from ethereum/packedSoljsonChangelog

Add Changelog entry about packed soljson.js.
This commit is contained in:
chriseth 2022-02-14 18:10:41 +01:00 committed by GitHub
commit 07143b5d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,16 @@ Bugfixes:
* TypeChecker: Fix ICE when a constant variable declaration forward references a struct.
* Yul EVM Code Transform: Improved stack shuffling in corner cases.
Solc-Js:
* The wrapper now requires at least nodejs v10.
* The code has been ported to TypeScript.
Build System:
* Emscripten builds store the embedded WebAssembly binary in LZ4 compressed format and transparently decompress on loading.
### 0.8.11 (2021-12-20)
Language Features: