From b268b56519f09828cc3b41d989b89377fae178cc Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 10 Oct 2024 10:34:31 -0700 Subject: [PATCH] update release notes Signed-off-by: Nikolaj Bjorner --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c35875fed..020e34a9d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,12 @@ Version 4.next - native word level bit-vector solving. - introduction of simple induction lemmas to handle a limited repertoire of induction proofs. +Version 4.13.3 +============== +- Fixes, including #7363 +- Fix paths to Java binaries in release +- Remove internal build names from pypi wheels + Version 4.13.2 ============== - Performance regression fix. #7404