Merge pull request #8613 from ethereum/prepareNextRelease

Prepare changelog for 0.6.5.
This commit is contained in:
chriseth 2020-04-06 14:10:24 +02:00 committed by GitHub
commit 69a3bab0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
### 0.6.5 (unreleased) ### 0.6.5 (2020-04-06)
Important Bugfixes: 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: Language Features:
@ -10,17 +10,17 @@ Language Features:
Compiler 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`. * 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: 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 invalid constant variables.
* Inline Assembly: Fix internal error when accessing functions. * 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. * Reference Resolver: Fix internal error when accessing invalid struct members.
* Type Checker: Fix internal errors when assigning nested tuples. * 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) ### 0.6.4 (2020-03-10)

View File

@ -1013,5 +1013,9 @@
"MemoryArrayCreationOverflow" "MemoryArrayCreationOverflow"
], ],
"released": "2020-03-10" "released": "2020-03-10"
},
"0.6.5": {
"bugs": [],
"released": "2020-04-06"
} }
} }