prepare for 2.6

This commit is contained in:
Simon Cruanes 2019-06-18 22:58:49 -05:00
parent 21feaaf1ca
commit a1f3f4781d
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# 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
- perf: annotate types in monomorphic/float/int to help specialize builtins

View file

@ -1,6 +1,6 @@
opam-version: "2.0"
name: "containers"
version: "2.5"
version: "2.6"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A modular, clean and powerful extension of the OCaml standard library"