From d18db5f3d99bf8da6401eb139a57ce14eda62f70 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 19 Oct 2015 20:29:33 +0200 Subject: [PATCH] remove obsolete section of readme --- README.adoc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.adoc b/README.adoc index 3b70f5e7..50f637d8 100644 --- a/README.adoc +++ b/README.adoc @@ -203,19 +203,6 @@ The library has moved to https://github.com/c-cube/containers-misc . `containers.lwt` has moved to https://github.com/c-cube/containers-lwt . -== Incoming (Breaking) Changes - -- change exceptions in `CCVector` -- change signature of `CCDeque.of_seq` (remove optional argument) -- heavily refactor `CCLinq` in `containers.advanced`. If you use this module, - you will most likely have to change your code (into simpler code, hopefully). -- `RAL` in `containers.misc` moved to `containers.data` as `CCRAL`, and is - getting improved on the way -- moving `containers.lwt` into its own repository and opam package -- moving `containers.misc` into its own repository and opam package (improving the average quality of containers!) -- aliasing and deprecating `CCList.split` (confusion with `List.split`) - - [[build]] == Build