mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
update CHANGELOG with current breaking changes
This commit is contained in:
parent
180667fd64
commit
e2ef6a750c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue