We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0355 commit ef69923Copy full SHA for ef69923
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## main
4
+- change the semantic of CCFloat.{min,max} with respect to NaN to follow the Stdlib
5
+- change the semantic of CCInt.rem with respect to negative number to follow the Stdlib
6
7
## 3.15
8
@@ -38,6 +40,7 @@
38
40
39
41
## 3.13
42
43
+- breaking: bump minimum version of OCaml to 4.08
44
- breaking: delete containers-thread (which was deprecated)
45
- breaking: pp: modify `Ext.t` so it takes surrounding value
46
- breaking: remove CCShims
0 commit comments