You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,13 @@
1
-
### 0.8.6 (unreleased)
1
+
### 0.8.6 (2021-06-22)
2
2
3
3
Language Features:
4
4
* Yul: Special meaning of ``".metadata"`` data object in Yul object.
5
5
6
6
7
-
Compiler Features:
8
-
9
-
10
7
Bugfixes:
11
8
* Control Flow Graph: Fix incorrectly reported unreachable code.
12
9
* Solc-Js: When running ``solcjs`` without the ``--optimize`` flag, use ``settings.optimizer.enabled=false`` in Standard JSON instead of omitting the key.
13
-
* Standard JSON: Omitting ``settings.optimizer.enabled`` was not equivalent to setting it to ``false``.
14
-
It meant disabling also the peephole optimizer and jumpdest remover which by default still run with ``enabled=false``.
15
-
10
+
* 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 commit comments