mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
prepare for 2.6
This commit is contained in:
parent
21feaaf1ca
commit
a1f3f4781d
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.6
|
||||||
|
|
||||||
|
- introduce shim modules for 4.08 compat
|
||||||
|
- remove reference to sequence, use `iter` instead for tests
|
||||||
|
- add `remove` function to het map/tbl
|
||||||
|
- missing type annotation for specializing int.compare
|
||||||
|
|
||||||
|
- doc: fix bad example in CCIO
|
||||||
|
- use `iter`, not `sequence`, in tests
|
||||||
|
- fix: use same evaluation order as stdlib for `CCList.init`
|
||||||
|
- fix: make `Array.random_choose` fail on empty array at creation time
|
||||||
|
- breaking: make `Array.random_choose` raise invalid_arg instead of not_found
|
||||||
|
- migrate readme to .md, using mdx to test it
|
||||||
|
|
||||||
## 2.5
|
## 2.5
|
||||||
|
|
||||||
- perf: annotate types in monomorphic/float/int to help specialize builtins
|
- perf: annotate types in monomorphic/float/int to help specialize builtins
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
name: "containers"
|
name: "containers"
|
||||||
version: "2.5"
|
version: "2.6"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
synopsis: "A modular, clean and powerful extension of the OCaml standard library"
|
synopsis: "A modular, clean and powerful extension of the OCaml standard library"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue