amend changelog for 3.18

This commit is contained in:
Simon Cruanes 2026-03-23 11:46:48 -04:00
parent 479fe31c27
commit c99883b841
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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