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

This commit is contained in:
Kamil Śliwak 2021-06-14 16:44:03 +02:00
parent b2ffa91058
commit 38f2987994

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.