From c634406e20cfe1c608b2083f593813c3a94dca91 Mon Sep 17 00:00:00 2001 From: Pierrot Date: Wed, 18 Oct 2023 18:54:00 +0200 Subject: [PATCH] CHANGES log for the release v2.5.2 (#907) --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fb1b736ad..24d1b31c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,12 @@ ### Build * use OCaml 4.08.1 as the minimal supported version (PR #803) +## v2.5.2 + +### Bug fixes +* Hot fix for a soundness bug related with the `distinct` statement (#890) +* Treat missing values in models as abstract (#860) + ## v2.5.1 ### Bug fixes