From 26d8ee2f8603374d961e2371257d8b96d5a1fc41 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 2 Mar 2021 14:08:54 +0100 Subject: [PATCH] Set release date and sort changelog. --- Changelog.md | 14 ++++++-------- docs/bugs_by_version.json | 4 ++++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 174655548..d778c1381 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,4 @@ -### 0.8.2 (unreleased) - -Language Features: - +### 0.8.2 (2021-03-02) Compiler Features: * AST: Export NatSpec comments above each statement as their documentation. @@ -12,18 +9,19 @@ Compiler Features: Bugfixes: - * Type Checker: Fix internal error when override specifier is not a contract. - * SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase. * AST: Added ``referencedDeclaration`` for enum members. * Code Generator: Fix internal error when functions are passed as parameters of other callables, when the function types can be implicitly converted, but not identical. * Parser: Properly parse ``.address`` in some situations. + * SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase. + * Type Checker: Fix internal error when override specifier is not a contract. * Type Checker: Make function-hash collision errors into fatal type errors. AST Changes: - * Support field `documentation` to hold NatSpec comments above each statement. - * Adds `nameLocation` to declarations to represent the exact location of the symbolic name. + * Adds ``nameLocation`` to declarations to represent the exact location of the symbolic name. * Removed the redundant function type "bytearraypush" - replaced by "arraypush". + * Support field ``documentation`` to hold NatSpec comments above each statement. + ### 0.8.1 (2021-01-27) diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index fae6e8557..2ffa87e41 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1385,5 +1385,9 @@ "0.8.1": { "bugs": [], "released": "2021-01-27" + }, + "0.8.2": { + "bugs": [], + "released": "2021-03-02" } } \ No newline at end of file