Skip to content

Commit

Permalink
Merge pull request #9185 from ethereum/prepare0610
Browse files Browse the repository at this point in the history
Set release date for 0.6.10.
  • Loading branch information
chriseth authored Jun 11, 2020
2 parents 0689cda + 3c43216 commit bb6d677
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
### 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.
* SMTChecker: Fix aliasing soundness after pushing to an array pointer.
* 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:
Expand Down
4 changes: 4 additions & 0 deletions docs/bugs_by_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,10 @@
],
"released": "2020-01-02"
},
"0.6.10": {
"bugs": [],
"released": "2020-06-11"
},
"0.6.2": {
"bugs": [
"MissingEscapingInFormatting",
Expand Down

0 comments on commit bb6d677

Please sign in to comment.