solc-js changelog entry for the behavior change without --optimize flag

This commit is contained in:
Kamil Śliwak
2021-06-14 18:14:57 +02:00
parent b2ffa91058
commit 38f2987994
+1
View File
@@ -8,6 +8,7 @@ Compiler Features:
Bugfixes:
* Control Flow Graph: Fix incorrectly reported unreachable code.
* Solc-Js: Use the same optimizer settings as ``solc`` when the ``--optimize`` flag is not specified.