From a1f3f4781d0529e2fffe8f77c64c5133342d9395 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 18 Jun 2019 22:58:49 -0500 Subject: [PATCH] prepare for 2.6 --- CHANGELOG.md | 14 ++++++++++++++ containers.opam | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6661ec..0d6af57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/containers.opam b/containers.opam index fd3760da..21922108 100644 --- a/containers.opam +++ b/containers.opam @@ -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"