mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set release date for 0.6.10.
This commit is contained in:
parent
012ba9537b
commit
3c43216a75
@ -1,13 +1,14 @@
|
|||||||
### 0.6.10 (unreleased)
|
### 0.6.10 (2020-06-11)
|
||||||
|
|
||||||
Important Bugfixes:
|
Important Bugfixes:
|
||||||
* Fixed a bug related to internal library functions with ``calldata`` parameters called via ``using for``.
|
* Fixed a bug related to internal library functions with ``calldata`` parameters called via ``using for``.
|
||||||
|
|
||||||
Language Features:
|
|
||||||
|
|
||||||
Compiler 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.
|
* Yul: Raise warning for switch statements that only have a default and no other cases.
|
||||||
* Output compilation error codes.
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* SMTChecker: Fix internal error when encoding tuples of tuples.
|
* 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 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.
|
* 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)
|
### 0.6.9 (2020-06-04)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
|
@ -1105,6 +1105,10 @@
|
|||||||
],
|
],
|
||||||
"released": "2020-01-02"
|
"released": "2020-01-02"
|
||||||
},
|
},
|
||||||
|
"0.6.10": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2020-06-11"
|
||||||
|
},
|
||||||
"0.6.2": {
|
"0.6.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"MissingEscapingInFormatting",
|
"MissingEscapingInFormatting",
|
||||||
|
Loading…
Reference in New Issue
Block a user