Skip to content

Commit

Permalink
update documentation for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed Jun 26, 2019
1 parent ef3d612 commit e4c91c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# JavaSMT ChangeLog

## JavaSMT 3.0.0

### Changes in the API
- New methods to cast different theories, e.g., BV to INT, REAL to INT, and vice versa.
- More function declaration kinds, especially for FP theory.

### Improvements and Fixes
- New solver versions:
- MathSAT: 5.5.4 (Feb 2019)
- SMTInterpol: 2.5-66-g453d36e
- other solvers were not updated since the last release
- Improve loading of Jar file for Z3 on Java 9 (and later).

## JavaSMT 2.0.0

### Changes in the API
Expand Down

0 comments on commit e4c91c3

Please sign in to comment.