Set release date for 0.8.17 and update the bug list

This commit is contained in:
Kamil Śliwak 2022-09-08 14:39:36 +02:00 committed by Daniel Kirchner
parent 514842e2a4
commit 722e9d8693
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -1768,6 +1768,10 @@
],
"released": "2022-08-08"
},
"0.8.17": {
"bugs": [],
"released": "2022-09-08"
},
"0.8.2": {
"bugs": [
"AbiReencodingHeadOverflowWithStaticArrayCleanup",