summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5f9bc03a..827361f54 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,17 @@ This file contains a summary of important user-visible changes.
Changes since 1.8
=================
+New Features:
+* Arrays: Added support for an `eqrange` predicate. `(eqrange a b i j)` is true
+ if arrays `a` and `b` are equal on all indices within indices `i` and `j`.
+
Improvements:
* New API: Added functions to retrieve the heap/nil term when using separation
logic.
+Changes:
+* SyGuS: Removed support for SyGuS-IF 1.0.
+
Changes since 1.7
=================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback