Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshire committed Aug 25, 2016
1 parent 4efaada commit ad1a628
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# JavaSMT ChangeLog

## HEAD
## JavaSMT 1.0.0

- Floating point rounding mode can be now specified for all operations in
`FloatingPointFormulaManager`.
Additionally, default rounding mode can be set using an option
`solver.floatingPointRoundingMode`.
- Automatic boolean formula simplification for Z3.
- New `utils` package, with optional utilities. Includes:
- `UfElimination` class for performing Ackermannization and returning the
metadata describing the fresh variables.
- `modularCongruence` method was moved to `IntegerFormulaManager` and now
throws an exception on non-positive input.
- New package structure
- Root package is `java_smt`
- Solver bindings are in the package `java_smt/solvers`
Expand Down

0 comments on commit ad1a628

Please sign in to comment.