File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.13.1
4
+
5
+ - list: TRMC was in 4.14, we can use it earlier
6
+ - fix insidious bug in CCList.flat_map linked to unspecified
7
+ evaluation order
8
+ - perf: use ` concat_map ` for ` CCList.flat_map ` on >= 5.1
9
+ (this also re-fixes the same bug in ` CCList.flat_map ` anyway)
10
+
3
11
## 3.13
4
12
5
13
- breaking: delete containers-thread (which was deprecated)
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "3.13"
3
+ version: "3.13.1 "
4
4
synopsis: "A set of advanced datatypes for containers"
5
5
maintainer: ["c-cube"]
6
6
authors: ["c-cube"]
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "3.13"
3
+ version: "3.13.1 "
4
4
synopsis:
5
5
"A modular, clean and powerful extension of the OCaml standard library"
6
6
maintainer: ["c-cube"]
Original file line number Diff line number Diff line change 2
2
(name containers)
3
3
( generate_opam_files true )
4
4
5
- ( version 3 .13)
5
+ ( version 3 .13.1 )
6
6
( authors c-cube)
7
7
( maintainers c-cube)
8
8
( license BSD-2-Clause)
You can’t perform that action at this time.
0 commit comments