From 528a03f1f17bbbe02930d5907ac335b37db74da3 Mon Sep 17 00:00:00 2001 From: Martin Blicha Date: Tue, 5 Mar 2024 14:59:39 +0100 Subject: [PATCH] Update changelog --- Changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 259449993..c107e6699 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ -### 2.5.3 (unreleased) +### 2.6.0 (unreleased) New features: - Support `ALL` as a valid argument to `set-logic` command. This becomes an alias for `QF_AUFLIRA`. + - Simpler builds with single `make` command. + +API changes: + - Various small fixes for compatibility with JavaSMT and C++20. + +Removed features: + - Dropped support for `readline` library. + +Performance improvements: + - Faster preprocessing in incremental solving. ### 2.5.2 (2023-07-12)