Skip to content

Commit

Permalink
update Changelog for upcoming release 3.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed Jul 2, 2022
1 parent d73ecdf commit 2101214
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.sosy-lab.org>
SPDX-FileCopyrightText: 2022 Dirk Beyer <https://www.sosy-lab.org>
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.
Expand Down

0 comments on commit 2101214

Please sign in to comment.