diff --git a/Changelog.md b/Changelog.md index 0b955c0cb..19e89adf5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ -### 0.6.4 (unreleased) +### 0.6.4 (2020-03-10) Language Features: - * Inline Assembly: Allow assigning to `_slot` of local storage variable pointers. * 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. @@ -13,7 +13,6 @@ Compiler Features: Bugfixes: * 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. * Standard-JSON-Interface: Fix a bug related to empty filenames and imports. * SMTChecker: Fix internal errors when analysing tuples. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 3bdc7d9e5..dc32e2687 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -888,5 +888,9 @@ "0.6.3": { "bugs": [], "released": "2020-02-18" + }, + "0.6.4": { + "bugs": [], + "released": "2020-03-10" } } \ No newline at end of file