Skip to content

Commit 07a7930

Browse files
authored
Merge pull request #13358 from ethereum/set-release-date-0.8.16
Set release date for 0.8.16 and update the bug list
2 parents f390b01 + caba38d commit 07a7930

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.8.16 (unreleased)
1+
### 0.8.16 (2022-08-08)
22

33
Important Bugfixes:
44
* 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.

docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1759,6 +1759,10 @@
17591759
],
17601760
"released": "2022-06-15"
17611761
},
1762+
"0.8.16": {
1763+
"bugs": [],
1764+
"released": "2022-08-08"
1765+
},
17621766
"0.8.2": {
17631767
"bugs": [
17641768
"AbiReencodingHeadOverflowWithStaticArrayCleanup",

0 commit comments

Comments
 (0)