Prepare changelog for 0.6.4.

This commit is contained in:
chriseth 2020-03-10 09:45:13 +01:00
parent 8d2a9bf773
commit d541e222a2
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
### 0.6.4 (unreleased) ### 0.6.4 (2020-03-10)
Language Features: Language Features:
* Inline Assembly: Allow assigning to `_slot` of local storage variable pointers.
* General: Deprecated `value(...)` and `gas(...)` in favor of `{value: ...}` and `{gas: ...}` * General: Deprecated `value(...)` and `gas(...)` in favor of `{value: ...}` and `{gas: ...}`
* Inline Assembly: Allow assigning to `_slot` of local storage variable pointers.
* Inline Assembly: Perform control flow analysis on inline assembly. Allows storage returns to be set in assembly only. * Inline Assembly: Perform control flow analysis on inline assembly. Allows storage returns to be set in assembly only.
@ -13,7 +13,6 @@ Compiler Features:
Bugfixes: Bugfixes:
* Inheritance: Fix incorrect error on calling unimplemented base functions. * Inheritance: Fix incorrect error on calling unimplemented base functions.
* isoltest: Added new keyword `wei` to express function value in semantic tests
* Reference Resolver: Fix scoping issue following try/catch statements. * Reference Resolver: Fix scoping issue following try/catch statements.
* Standard-JSON-Interface: Fix a bug related to empty filenames and imports. * Standard-JSON-Interface: Fix a bug related to empty filenames and imports.
* SMTChecker: Fix internal errors when analysing tuples. * SMTChecker: Fix internal errors when analysing tuples.

View File

@ -888,5 +888,9 @@
"0.6.3": { "0.6.3": {
"bugs": [], "bugs": [],
"released": "2020-02-18" "released": "2020-02-18"
},
"0.6.4": {
"bugs": [],
"released": "2020-03-10"
} }
} }