Skip to content

Commit

Permalink
Merge pull request #13358 from ethereum/set-release-date-0.8.16
Browse files Browse the repository at this point in the history
Set release date for 0.8.16 and update the bug list
  • Loading branch information
cameel committed Aug 8, 2022
2 parents f390b01 + caba38d commit 07a7930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
@@ -1,4 +1,4 @@
### 0.8.16 (unreleased)
### 0.8.16 (2022-08-08)

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.
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Expand Up @@ -1759,6 +1759,10 @@
],
"released": "2022-06-15"
},
"0.8.16": {
"bugs": [],
"released": "2022-08-08"
},
"0.8.2": {
"bugs": [
"AbiReencodingHeadOverflowWithStaticArrayCleanup",
Expand Down

0 comments on commit 07a7930

Please sign in to comment.