summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-07-10 15:51:25 -0500
committerGitHub <noreply@github.com>2020-07-10 13:51:25 -0700
commit7e9b3dfa40f0297bdb005f6c802443ebb3b8cad1 (patch)
treebe4db1f4485a4722a7c816edee708c57d676b5ba /NEWS
parent1dbc8aa695772daf2c83d10a7adb8123f97fa16f (diff)
Front end support for integer AND (#4717)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee01b5212..b34d9b116 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ New Features:
syntax for sequences used by Z3.
* 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`.
+* Support for an integer operator `(_ iand n)` that returns the bitwise `and`
+ of two integers, seen as integers modulo n.
Improvements:
* New API: Added functions to retrieve the heap/nil term when using separation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback