diff --git a/CHANGELOG.md b/CHANGELOG.md index 737e57a7d2..f5ac932298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,27 @@ This file is part of JavaSMT, an API wrapper for a collection of SMT solvers: https://github.com/sosy-lab/java-smt -SPDX-FileCopyrightText: 2021 Dirk Beyer +SPDX-FileCopyrightText: 2022 Dirk Beyer SPDX-License-Identifier: Apache-2.0 --> # JavaSMT ChangeLog +## JavaSMT 3.13.0 + +This release comes with several bugfixes, e.g., +we improved DIV and MOD operations in Integer theory. + +### Updated solvers: + - MathSAT 5.6.8 + - Princess 2022-07-01 + - Z3 4.8.17 + +### Breaking change: +The public API for FloatingPointManager was changed to support conversion +of FloatingPoint to signed and unsigned Bitvectors. + ## JavaSMT 3.12.0 This release comes with an initial support for String theory for SMT solvers like Z3 and CVC4.