mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
07a7930e73
@ -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.
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user