update CHANGELOG with current breaking changes

This commit is contained in:
Fardale 2024-06-28 16:28:44 +02:00 committed by Emmanuel Arrighi
parent 6a6ccbbc5c
commit 50cb263a6e

View file

@ -1,4 +1,7 @@
## 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.17 ## 3.17
@ -60,6 +63,7 @@
## 3.13 ## 3.13
- breaking: bump minimum version of OCaml to 4.08
- breaking: delete containers-thread (which was deprecated) - breaking: delete containers-thread (which was deprecated)
- breaking: pp: modify `Ext.t` so it takes surrounding value - breaking: pp: modify `Ext.t` so it takes surrounding value
- breaking: remove CCShims - breaking: remove CCShims