From cf1802dac7e1e47c557475008c481aee86e7808b Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 4 May 2022 12:07:54 -0700 Subject: [PATCH] release notes Signed-off-by: Nikolaj Bjorner --- RELEASE_NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 449d6fc69..e9c5c1fd7 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -10,6 +10,14 @@ Version 4.8.next - native word level bit-vector solving. - introduction of simple induction lemmas to handle a limited repertoire of induction proofs. +Version 4.8.17 +============== + - fix breaking bug in python interface for user propagator pop + - integrate fixes to z3str3 + - initial support for nested algebraic datatypes with sequences + - initiate map/fold operators on sequences - full integration for next releases + - initiate maxdiff/mindiff on arrays - full integration for next releases + Version 4.8.16 ============== - initial support for Darwin Arm64 (for M1, M2, .. users) thanks to zwimer and Anja Petkovi'c