mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
deploy: caa6b8b639ee2ca8237f1b4750736d089b64af95
This commit is contained in:
parent
08ba10786d
commit
fde0e66477
10 changed files with 46 additions and 7 deletions
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.12
|
||||||
|
|
||||||
|
- add `containers.pp` sublibrary, with Wadler-style pretty printing combinators
|
||||||
|
- add `CCArray.{max,argmax,min,argmin}` and their _exn counterparts
|
||||||
|
- add `CCParse.take_until_success`
|
||||||
|
- add `Option.flat_map_l`
|
||||||
|
- add `CCSet.{find_first_map,find_last_map}`
|
||||||
|
- `CCHash`: native FNV hash for int64/int32
|
||||||
|
|
||||||
|
- fix bugs in CCParse related to `recurse` and `Slice`
|
||||||
|
- fix: fix Set.find_last_map on OCaml 4.03
|
||||||
|
- fix: make sure `Vector.to_{seq,gen}` captures the length initially
|
||||||
|
|
||||||
## 3.11
|
## 3.11
|
||||||
|
|
||||||
- official OCaml 5 support
|
- official OCaml 5 support
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.12
|
||||||
|
|
||||||
|
- add `containers.pp` sublibrary, with Wadler-style pretty printing combinators
|
||||||
|
- add `CCArray.{max,argmax,min,argmin}` and their _exn counterparts
|
||||||
|
- add `CCParse.take_until_success`
|
||||||
|
- add `Option.flat_map_l`
|
||||||
|
- add `CCSet.{find_first_map,find_last_map}`
|
||||||
|
- `CCHash`: native FNV hash for int64/int32
|
||||||
|
|
||||||
|
- fix bugs in CCParse related to `recurse` and `Slice`
|
||||||
|
- fix: fix Set.find_last_map on OCaml 4.03
|
||||||
|
- fix: make sure `Vector.to_{seq,gen}` captures the length initially
|
||||||
|
|
||||||
## 3.11
|
## 3.11
|
||||||
|
|
||||||
- official OCaml 5 support
|
- official OCaml 5 support
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.12
|
||||||
|
|
||||||
|
- add `containers.pp` sublibrary, with Wadler-style pretty printing combinators
|
||||||
|
- add `CCArray.{max,argmax,min,argmin}` and their _exn counterparts
|
||||||
|
- add `CCParse.take_until_success`
|
||||||
|
- add `Option.flat_map_l`
|
||||||
|
- add `CCSet.{find_first_map,find_last_map}`
|
||||||
|
- `CCHash`: native FNV hash for int64/int32
|
||||||
|
|
||||||
|
- fix bugs in CCParse related to `recurse` and `Slice`
|
||||||
|
- fix: fix Set.find_last_map on OCaml 4.03
|
||||||
|
- fix: make sure `Vector.to_{seq,gen}` captures the length initially
|
||||||
|
|
||||||
## 3.11
|
## 3.11
|
||||||
|
|
||||||
- official OCaml 5 support
|
- official OCaml 5 support
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue