From db1b630de54f5466143b1b3a35fd49d4053a4ff5 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Mon, 12 Apr 2021 13:48:31 +0200 Subject: [PATCH] Changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index b5c0271b1..a91008e01 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,7 @@ Compiler Features: * SMTChecker: Deprecate ``pragma experimental SMTChecker;`` and set default model checker engine to ``none``. * SMTChecker: Report local variables in CHC counterexamples. * SMTChecker: Report out of bounds index access for arrays and fixed bytes. + * SMTChecker: Support file level functions and constants. * 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.