From caba38db5cde40786895ba3c9d0d1dce3508fa21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Mon, 8 Aug 2022 14:10:12 +0200 Subject: [PATCH] Set release date for 0.8.16 and update the bug list --- Changelog.md | 2 +- docs/bugs_by_version.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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",