mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set release date for 0.8.17 and update the bug list
This commit is contained in:
parent
514842e2a4
commit
722e9d8693
@ -1,4 +1,4 @@
|
||||
### 0.8.17 (unreleased)
|
||||
### 0.8.17 (2022-09-08)
|
||||
|
||||
Important Bugfixes:
|
||||
* Yul Optimizer: Prevent the incorrect removal of storage writes before calls to Yul functions that conditionally terminate the external EVM call.
|
||||
|
@ -1768,6 +1768,10 @@
|
||||
],
|
||||
"released": "2022-08-08"
|
||||
},
|
||||
"0.8.17": {
|
||||
"bugs": [],
|
||||
"released": "2022-09-08"
|
||||
},
|
||||
"0.8.2": {
|
||||
"bugs": [
|
||||
"AbiReencodingHeadOverflowWithStaticArrayCleanup",
|
||||
|
Loading…
Reference in New Issue
Block a user