mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add Changelog entry about packed soljson.js.
This commit is contained in:
parent
6c36638624
commit
04bcd01b0d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user