mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add missing changelog entries for a few PRs that will go into 0.8.17
This commit is contained in:
parent
130892cdaa
commit
1649f24767
@ -15,6 +15,12 @@ Compiler Features:
|
|||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Type Checker: Fix internal compiler error on tuple assignments with invalid left-hand side.
|
* Type Checker: Fix internal compiler error on tuple assignments with invalid left-hand side.
|
||||||
|
* Yul IR Code Generation: Fix internal compiler error when accessing the ``.slot`` member of a mapping through a storage reference in inline assembly.
|
||||||
|
|
||||||
|
|
||||||
|
Build System:
|
||||||
|
* Allow disabling pedantic warnings and do not treat warnings as errors during compiler build when ``-DPEDANTIC=OFF`` flag is passed to CMake.
|
||||||
|
* Update emscripten to version 3.1.19.
|
||||||
|
|
||||||
|
|
||||||
### 0.8.16 (2022-08-08)
|
### 0.8.16 (2022-08-08)
|
||||||
|
Loading…
Reference in New Issue
Block a user