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) 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