mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Moved changelog entry to 0.7.0
This commit is contained in:
parent
7e2cb9b57c
commit
532214f5e1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user