summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-30 14:53:46 -0700
committerGitHub <noreply@github.com>2020-06-30 16:53:46 -0500
commitd00ee06575318e4fa901f3367e76883bf8692cd9 (patch)
treed0054c20609f32ccaae94de7db4fabc471900029 /NEWS
parent770350a0e14d0e13d5f5b9050c60eb3a449575f3 (diff)
Update NEWS post 1.8 release (#4666)
Diffstat (limited to 'NEWS')
-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