Moved changelog entry to 0.7.0

This commit is contained in:
hrkrshnn 2020-04-06 14:21:19 +05:30
parent 7e2cb9b57c
commit 532214f5e1

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)