Skip to content

Commit 01c01ea

Browse files
author
Leo Alt
committed
Changelog
1 parent 847dd5c commit 01c01ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Compiler Features:
99
* Yul EVM Code Transform: Also pop unused argument slots for functions without return variables (under the same restrictions as for functions with return variables).
1010
* Yul Optimizer: Move function arguments and return variables to memory with the experimental Stack Limit Evader (which is not enabled by default).
1111
* Commandline Interface: option ``--pretty-json`` works also with ``--standard--json``.
12+
* SMTChecker: Unproved targets are hidden by default, and the SMTChecker only states how many unproved targets there are. They can be listed using the command line option ``--model-checker-show-unproved`` or the JSON option ``settings.modelChecker.showUnproved``.
1213

1314

1415
Bugfixes:

0 commit comments

Comments
 (0)