diff --git a/Changelog.md b/Changelog.md index b8244c205..707a1f76e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,7 @@ Compiler Features: * SMTChecker: Report local variables in CHC counterexamples. * SMTChecker: Report out of bounds index access for arrays and fixed bytes. * Standard JSON: Model checker option ``settings.modelChecker.targets`` also accepts ``outOfBounds``. + * Standard JSON: Model checker option ``settings.modelChecker.targets`` takes an array of string targets instead of string of comma separated targets. * Yul Optimizer: Added a new step FunctionSpecializer, that specializes a function with its literal arguments. * Yul EVM Code Transform: Stack Optimization: Reuse slots of unused function arguments and defer allocating stack slots for return variables until after expression statements and assignments that do not reference them. * NatSpec: Allow ``@notice`` tag on non-public state variables and local variable declarations. The documentation will only be part of the AST, under the field ``documentation``. diff --git a/docs/smtchecker.rst b/docs/smtchecker.rst index 737c92836..4d5cf9c9a 100644 --- a/docs/smtchecker.rst +++ b/docs/smtchecker.rst @@ -448,10 +448,13 @@ the JSON option ``settings.modelChecker.timeout=