From 9c359713b6a2a50720bfc71f81c325036eac753e Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 27 Jul 2022 08:06:25 +0200 Subject: [PATCH] Update RELEASE_NOTES.md prepare release notes --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6a4ce26bf..039c67ad4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,11 @@ Version 4.next - native word level bit-vector solving. - introduction of simple induction lemmas to handle a limited repertoire of induction proofs. +Version 4.10.2 +============== +- fix regression #6194. It broke mod/rem/div reasoning. +- fix user propagator scope management for equality callbacks. + Version 4.10.1 ============== - fix implementation of mk_fresh in user propagator for Python API