From 474b72e3f46e0722fdeee4b9d2e02dca52602065 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Apr 2020 11:55:21 +0200 Subject: [PATCH] Prepare 0.6.6 --- Changelog.md | 9 ++------- docs/bugs_by_version.json | 4 ++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2ddb74055..1c0952f19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,13 @@ -### 0.6.6 (unreleased) +### 0.6.6 (2020-04-09) Important Bugfixes: * Fix tuple assignments with components occupying multiple stack slots and different stack size on left- and right-hand-side. -Language Features: - - -Compiler Features: - Bugfixes: * AST export: Export `immutable` property in the field `mutability`. * SMTChecker: Fix internal error in the CHC engine when calling inherited functions internally. - * Type Checker: Error when trying to encode functions with call options gas and value. + * Type Checker: Error when trying to encode functions with call options gas and value set. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index d5d417669..7ccd0c66a 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1081,5 +1081,9 @@ "TupleAssignmentMultiStackSlotComponents" ], "released": "2020-04-06" + }, + "0.6.6": { + "bugs": [], + "released": "2020-04-09" } } \ No newline at end of file