From ab0323c22b6e5065a2fa370f118ec0ce4a4d5689 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sun, 9 Mar 2025 17:19:02 -0700 Subject: [PATCH] update release notes Signed-off-by: Nikolaj Bjorner --- RELEASE_NOTES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 350bbc4ae..aa9525caf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,10 +7,16 @@ Version 4.next - CDCL core for SMT queries. It extends the SAT engine with theory solver plugins. - add global incremental pre-processing for the legacy core. -Version 4.14.1 + +Version 4.14.2 ============== - Improved integer cut algorithms for linear integer arithmetic. +Version 4.14.1 +============== +- Add ubv_to_int, sbv_to_int, int_to_bv to SMTLIB2 API. +- Fix nuget package regression omitting Microsoft.Z3.* files + Version 4.14.0 ============== - [SLS modulo theories](https://microsoft.github.io/z3guide/programming/Local%20Search/) engine v1 release.