summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-04 17:27:33 -0700
committerGitHub <noreply@github.com>2020-06-04 17:27:33 -0700
commit67678d6c8a28e71483d8171311725e9e1a86775c (patch)
treef9c4d9b0bfda35d0fea98690849db61c902248be /NEWS
parent6c608754e8058098e410e208d0b6cc0f586b79ca (diff)
Update Java tests to match changes in API (#4535)
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