diff --git a/Changelog.md b/Changelog.md index 3f9f7abc5..f22e119c4 100644 --- a/Changelog.md +++ b/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. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 9c1b7ad74..3e3847c9b 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1759,6 +1759,10 @@ ], "released": "2022-06-15" }, + "0.8.16": { + "bugs": [], + "released": "2022-08-08" + }, "0.8.2": { "bugs": [ "AbiReencodingHeadOverflowWithStaticArrayCleanup",