From e2ef6a750cdfc8c84c07c235486af06acab44bbc Mon Sep 17 00:00:00 2001 From: Fardale Date: Fri, 28 Jun 2024 16:28:44 +0200 Subject: [PATCH] update CHANGELOG with current breaking changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 905347d6..cc19e0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## main +- change the semantic of CCFloat.{min,max} with respect to NaN to follow the Stdlib +- change the semantic of CCInt.rem with respect to negative number to follow the Stdlib ## 3.15 @@ -38,6 +40,7 @@ ## 3.13 +- breaking: bump minimum version of OCaml to 4.08 - breaking: delete containers-thread (which was deprecated) - breaking: pp: modify `Ext.t` so it takes surrounding value - breaking: remove CCShims