Merge pull request #13358 from ethereum/set-release-date-0.8.16

Set release date for 0.8.16 and update the bug list
This commit is contained in:
Kamil Śliwak 2022-08-08 14:59:34 +02:00 committed by GitHub
commit 07a7930e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### 0.8.16 (unreleased) ### 0.8.16 (2022-08-08)
Important Bugfixes: Important Bugfixes:
* Code Generation: Fix data corruption that affected ABI-encoding of calldata values represented by tuples: structs at any nesting level; argument lists of external functions, events and errors; return value lists of external functions. The 32 leading bytes of the first dynamically-encoded value in the tuple would get zeroed when the last component contained a statically-encoded array. * Code Generation: Fix data corruption that affected ABI-encoding of calldata values represented by tuples: structs at any nesting level; argument lists of external functions, events and errors; return value lists of external functions. The 32 leading bytes of the first dynamically-encoded value in the tuple would get zeroed when the last component contained a statically-encoded array.

View File

@ -1759,6 +1759,10 @@
], ],
"released": "2022-06-15" "released": "2022-06-15"
}, },
"0.8.16": {
"bugs": [],
"released": "2022-08-08"
},
"0.8.2": { "0.8.2": {
"bugs": [ "bugs": [
"AbiReencodingHeadOverflowWithStaticArrayCleanup", "AbiReencodingHeadOverflowWithStaticArrayCleanup",