Set release date for 0.6.10.

This commit is contained in:
chriseth 2020-06-11 14:03:53 +02:00
parent 012ba9537b
commit 3c43216a75
2 changed files with 9 additions and 3 deletions

View File

@ -1,13 +1,14 @@
### 0.6.10 (unreleased)
### 0.6.10 (2020-06-11)
Important Bugfixes:
* Fixed a bug related to internal library functions with ``calldata`` parameters called via ``using for``.
Language Features:
Compiler Features:
* Commandline Interface: Re-group help screen.
* Output compilation error codes in standard-json and when using ``--error-codes``.
* Yul: Raise warning for switch statements that only have a default and no other cases.
* Output compilation error codes.
Bugfixes:
* SMTChecker: Fix internal error when encoding tuples of tuples.
@ -15,6 +16,7 @@ Bugfixes:
* Type system: Fix internal compiler error on calling externally a function that returns variables with calldata location.
* Type system: Fix bug where a bound function was not found if ``using for`` is applied to explicit reference types.
### 0.6.9 (2020-06-04)
Language Features:

View File

@ -1105,6 +1105,10 @@
],
"released": "2020-01-02"
},
"0.6.10": {
"bugs": [],
"released": "2020-06-11"
},
"0.6.2": {
"bugs": [
"MissingEscapingInFormatting",