mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 19:55:31 -05:00
prepare for 3.13.1
This commit is contained in:
parent
884d354986
commit
60bb2c8c68
4 changed files with 11 additions and 3 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.13.1
|
||||||
|
|
||||||
|
- list: TRMC was in 4.14, we can use it earlier
|
||||||
|
- fix insidious bug in CCList.flat_map linked to unspecified
|
||||||
|
evaluation order
|
||||||
|
- perf: use `concat_map` for `CCList.flat_map` on >= 5.1
|
||||||
|
(this also re-fixes the same bug in `CCList.flat_map` anyway)
|
||||||
|
|
||||||
## 3.13
|
## 3.13
|
||||||
|
|
||||||
- breaking: delete containers-thread (which was deprecated)
|
- breaking: delete containers-thread (which was deprecated)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "3.13"
|
version: "3.13.1"
|
||||||
synopsis: "A set of advanced datatypes for containers"
|
synopsis: "A set of advanced datatypes for containers"
|
||||||
maintainer: ["c-cube"]
|
maintainer: ["c-cube"]
|
||||||
authors: ["c-cube"]
|
authors: ["c-cube"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "3.13"
|
version: "3.13.1"
|
||||||
synopsis:
|
synopsis:
|
||||||
"A modular, clean and powerful extension of the OCaml standard library"
|
"A modular, clean and powerful extension of the OCaml standard library"
|
||||||
maintainer: ["c-cube"]
|
maintainer: ["c-cube"]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
(name containers)
|
(name containers)
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
|
|
||||||
(version 3.13)
|
(version 3.13.1)
|
||||||
(authors c-cube)
|
(authors c-cube)
|
||||||
(maintainers c-cube)
|
(maintainers c-cube)
|
||||||
(license BSD-2-Clause)
|
(license BSD-2-Clause)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue