mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -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
|
||||
|
||||
## 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
|
||||
|
||||
- breaking: delete containers-thread (which was deprecated)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "3.13"
|
||||
version: "3.13.1"
|
||||
synopsis: "A set of advanced datatypes for containers"
|
||||
maintainer: ["c-cube"]
|
||||
authors: ["c-cube"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "3.13"
|
||||
version: "3.13.1"
|
||||
synopsis:
|
||||
"A modular, clean and powerful extension of the OCaml standard library"
|
||||
maintainer: ["c-cube"]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
(name containers)
|
||||
(generate_opam_files true)
|
||||
|
||||
(version 3.13)
|
||||
(version 3.13.1)
|
||||
(authors c-cube)
|
||||
(maintainers c-cube)
|
||||
(license BSD-2-Clause)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue