Merge pull request #8610 from ethereum/virtual-library-function

Moved changelog entry to 0.7.0
This commit is contained in:
chriseth 2020-04-06 11:05:48 +02:00 committed by GitHub
commit 556337e347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
### 0.7.0 (unreleased)
Breaking changes:
* Type Checker: Disallow virtual for library functions.
Language Features:
@ -21,7 +24,6 @@ Bugfixes:
* Inline Assembly: Fix internal error when accessing incorrect constant variables.
* 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.
* Type Checker: Disallow virtual for library functions.
### 0.6.4 (2020-03-10)