From 68c873dda2acbfd668ba8c486db00e729ee9ad51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Basile=20Cl=C3=A9ment?= Date: Tue, 30 Jul 2024 12:29:57 +0200 Subject: [PATCH] Update CHANGES --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8888c3461..dc26af6c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -50,6 +50,7 @@ #1152) - Add interval domains and arithmetic propagators for the BV theory (#1058, #1083, #1084, #1085) + - Native support for bv2nat of bit-vector normal forms (#1154) - Fix incompleteness issues in the BV solver (#978, #979) - Abstract more arguments of AC symbols to avoid infinite loops when they contain other AC symbols (#990)