mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
changelog
This commit is contained in:
parent
7c1ca1d82f
commit
8b53966dff
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- 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
|
||||||
- CCMultiMap: Rename functions find_left and find_right in the bidirectional multimap
|
- CCMultiMap: Rename functions find_left and find_right in the bidirectional multimap
|
||||||
to find_left_iter and find_right_iter respectively to reflect their usage,
|
to find_left_iter and find_right_iter respectively to reflect their usage,
|
||||||
and add new functions to replace the old find_left and find_right
|
and add new functions to replace the old find_left and find_right
|
||||||
|
|
@ -20,7 +21,6 @@
|
||||||
- add `Containers_pp.newline_or_spaces`
|
- add `Containers_pp.newline_or_spaces`
|
||||||
- cleanup: remove stubs for code always present on 4.08, rely on
|
- cleanup: remove stubs for code always present on 4.08, rely on
|
||||||
newer functions in 5.1
|
newer functions in 5.1
|
||||||
- remove last refs to `CCShims`
|
|
||||||
|
|
||||||
- perf: accelerate `List.append` and `List.flat_map` on 5.1
|
- perf: accelerate `List.append` and `List.flat_map` on 5.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue