summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-05-26 22:11:14 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2020-05-26 22:11:14 -0700
commite7e9b3587f82bb57c25bc52fdb229687cded5e22 (patch)
tree632aab91ec3a3eb7845b4925a50d6662d0389bc9 /NEWS
parentd8b6767e4e5285fef3cf4450b9cba04431e40727 (diff)
Update Java tests to match changes in API
Commit cfeaf40ed6a9d4d7fec925352e30d2470a1ca567 renamed `Result::Validity` and `SmtEngine::query()` to `Result::Entailment` and `SmtEngine::checkEntailed()`, respectively. The commit did not update the Java tests which lead to issues in debug builds with Java bindings. The commit also adds a corresponding `NEWS` entry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b25f4517a..0a8ad8eaa 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Changes since 1.7
=================
Changes:
+* API change: `SmtEngine::query()` has been renamed to
+ `SmtEngine::checkEntailed()` and `Result::Validity` has been renamed to
+ `Result::Entailment` along with corresponding changes to the enum values.
* Java API change: The name of CVC4's package is now `edu.stanford.CVC4`
instead of `edu.nyu.acsys.CVC4`.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback