From 06562e3431e0b77800577755ed3998d55ad90528 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 6 Apr 2020 11:11:20 +0200 Subject: [PATCH 1/2] Prepare changelog for 0.6.5. --- Changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2c757e402..17d4fd0ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ -### 0.6.5 (unreleased) +### 0.6.5 (2020-04-06) Important Bugfixes: - * Code Generator: Restrict the size of dynamic memory arrays to 64 bits during creation at runtime fixing a possible overflow. + * Code Generator: Restrict the length of dynamic memory arrays to 64 bits during creation at runtime fixing a possible overflow. Language Features: @@ -10,17 +10,17 @@ Language Features: Compiler Features: - * Metadata: Added support for IPFS hashes of large files that need to be split in multiple chunks. * Commandline Interface: Enable output of storage layout with `--storage-layout`. + * Metadata: Added support for IPFS hashes of large files that need to be split in multiple chunks. Bugfixes: + * Inheritance: Allow public state variables to override functions with dynamic memory types in their return values. * Inline Assembly: Fix internal error when accessing invalid constant variables. * Inline Assembly: Fix internal error when accessing functions. + * JSON AST: Always add pointer suffix for memory reference types. * Reference Resolver: Fix internal error when accessing invalid struct members. * Type Checker: Fix internal errors when assigning nested tuples. - * Inheritance: Allow public state variables to override functions with dynamic memory types in their return values. - * JSON AST: Always add pointer suffix for memory reference types. ### 0.6.4 (2020-03-10) From 30c9705c146432447cf14b98a4ca5aa41b57ac5d Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 6 Apr 2020 13:17:01 +0200 Subject: [PATCH 2/2] Update buglist. --- docs/bugs_by_version.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 0d0f30c48..b12393016 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1013,5 +1013,9 @@ "MemoryArrayCreationOverflow" ], "released": "2020-03-10" + }, + "0.6.5": { + "bugs": [], + "released": "2020-04-06" } } \ No newline at end of file