Add Changelog entry about packed soljson.js.

This commit is contained in:
Daniel Kirchner 2022-02-14 17:49:07 +01:00
parent 6c36638624
commit 04bcd01b0d

View File

@ -28,11 +28,16 @@ Bugfixes:
* TypeChecker: Fix ICE when a constant variable declaration forward references a struct. * TypeChecker: Fix ICE when a constant variable declaration forward references a struct.
* Yul EVM Code Transform: Improved stack shuffling in corner cases. * Yul EVM Code Transform: Improved stack shuffling in corner cases.
Solc-Js: Solc-Js:
* The wrapper now requires at least nodejs v10. * The wrapper now requires at least nodejs v10.
* The code has been ported to TypeScript. * 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) ### 0.8.11 (2021-12-20)
Language Features: Language Features: