From c99883b841b52e78881ad14c2132dca823c0d6ec Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 23 Mar 2026 11:46:48 -0400 Subject: [PATCH] amend changelog for 3.18 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae640a1a..691ca1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * breaking: change the semantic of CCFloat.{min,max} with respect to NaN to follow the Stdlib * breaking: change the semantic of CCInt.rem with respect to negative number to follow the Stdlib * breaking: change the order of argument of `CCMap.add_seq` to align with the stdlib. + * breaking: `CCMap.to_list` is now in increasing, not decreasing, order for OCaml >= 5.1 ## 3.17