Skip to content

Commit caba38d

Browse files
committed
Set release date for 0.8.16 and update the bug list
1 parent f390b01 commit caba38d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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)