Skip to content

Commit f622a6c

Browse files
committed
Add missing changelog entries
1 parent 9206885 commit f622a6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Bugfixes:
3030
* Commandline Interface: It is no longer possible to specify both ``--optimize-yul`` and ``--no-optimize-yul`` at the same time.
3131
* SMTChecker: Fix encoding of side-effects inside ``if`` and ``ternary conditional``statements in the BMC engine.
3232
* SMTChecker: Fix false negative when a verification target can be violated only by trusted external call from another public function.
33+
* SMTChecker: Fix generation of invalid SMT-LIB2 scripts in BMC engine with trusted mode for external calls when CHC engine times out.
34+
* SMTChecker: Fix internal error caused by incorrectly classifying external function call using function pointer as a public getter.
3335
* SMTChecker: Fix internal error caused by using external identifier to encode member access to functions that take an internal function as a parameter.
3436
* Standard JSON Interface: Fix an incomplete AST being returned when analysis is interrupted by certain kinds of fatal errors.
3537
* Type Checker: Disallow using certain unassignable function types in complex expressions.

0 commit comments

Comments
 (0)