mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
details in changelog
This commit is contained in:
parent
24e15b4cee
commit
02252c076f
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## 0.10
|
## 0.10
|
||||||
|
|
||||||
- add `containers_misc.Puf.iter`
|
- add `containers.misc.Puf.iter`
|
||||||
- add `CCString.{lines,unlines,concat_gen}`
|
- add `CCString.{lines,unlines,concat_gen}`
|
||||||
- `CCUnix` (with a small subprocess API)
|
- `CCUnix` (with a small subprocess API)
|
||||||
- add `CCList.{sorted_merge_uniq, uniq_succ}`
|
- add `CCList.{sorted_merge_uniq, uniq_succ}`
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
- `CCIntMap` (big-endian patricia trees) in containers.data
|
- `CCIntMap` (big-endian patricia trees) in containers.data
|
||||||
- bugfix in `CCFQueue.add_seq_front`
|
- bugfix in `CCFQueue.add_seq_front`
|
||||||
- add `CCFQueue.{rev, --}`
|
- add `CCFQueue.{rev, --}`
|
||||||
- add `App_parse` in `containers_string`, experimental applicative parser combinators
|
- add `App_parse` in `containers.string`, experimental applicative parser combinators
|
||||||
- remove `containers.pervasives`, add the module `Containers` to core
|
- remove `containers.pervasives`, add the module `Containers` to core
|
||||||
- bugfix in `CCFormat.to_file`
|
- bugfix in `CCFormat.to_file`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue