Skip to content

Commit

Permalink
Merge pull request #11566 from ethereum/prepare086
Browse files Browse the repository at this point in the history
Prepare release of 0.8.6.
  • Loading branch information
chriseth authored Jun 22, 2021
2 parents 6324688 + c502158 commit 11564f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
### 0.8.6 (unreleased)
### 0.8.6 (2021-06-22)

Language Features:
* Yul: Special meaning of ``".metadata"`` data object in Yul object.


Compiler Features:


Bugfixes:
* Control Flow Graph: Fix incorrectly reported unreachable code.
* Solc-Js: When running ``solcjs`` without the ``--optimize`` flag, use ``settings.optimizer.enabled=false`` in Standard JSON instead of omitting the key.
* Standard JSON: Omitting ``settings.optimizer.enabled`` was not equivalent to setting it to ``false``.
It meant disabling also the peephole optimizer and jumpdest remover which by default still run with ``enabled=false``.

* Standard JSON: Omitting ``settings.optimizer.enabled`` was not equivalent to setting it to ``false``. It meant disabling also the peephole optimizer and jumpdest remover which by default still run with ``enabled=false``.


### 0.8.5 (2021-06-10)
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 @@ -1547,5 +1547,9 @@
"0.8.5": {
"bugs": [],
"released": "2021-06-10"
},
"0.8.6": {
"bugs": [],
"released": "2021-06-22"
}
}

0 comments on commit 11564f7

Please sign in to comment.