Skip to content

Commit 14703b7

Browse files
committed
update Changelog for next release
1 parent 8e9ad5c commit 14703b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ SPDX-License-Identifier: Apache-2.0
1010

1111
# JavaSMT ChangeLog
1212

13+
## JavaSMT 4.0.0
14+
15+
This major release comes with several updated solvers and dependencies,
16+
a new (potentially faster) evaluator for models,
17+
and support for the theory of enumerations (domains of fixed size).
18+
19+
### Breaking changes:
20+
- The push-method in ProverEnvironments can throw InterruptedExceptions.
21+
- Model evalation supports enumeration theory.
22+
- Direct construction ArrayFormulaType was replaced with a static building method.
23+
24+
### Updated solvers:
25+
- MathSAT 5.6.10
26+
- Z3 4.12.2
27+
- CVC5 1.0.5
28+
1329
## JavaSMT 3.14.3
1430

1531
This patch release updates SMTInterpol to version 2.5-1242-g5c50fb6d.

0 commit comments

Comments
 (0)