Skip to content

Commit 04bcd01

Browse files
committed
Add Changelog entry about packed soljson.js.
1 parent 6c36638 commit 04bcd01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ Bugfixes:
2828
* TypeChecker: Fix ICE when a constant variable declaration forward references a struct.
2929
* Yul EVM Code Transform: Improved stack shuffling in corner cases.
3030

31+
3132
Solc-Js:
3233
* The wrapper now requires at least nodejs v10.
3334
* The code has been ported to TypeScript.
3435

3536

37+
Build System:
38+
* Emscripten builds store the embedded WebAssembly binary in LZ4 compressed format and transparently decompress on loading.
39+
40+
3641
### 0.8.11 (2021-12-20)
3742

3843
Language Features:

0 commit comments

Comments
 (0)