From 0a20cf0e3d8e83dac777f99f0f9a3a82fdd98f84 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 4 Mar 2015 17:57:09 +0100 Subject: [PATCH] update doc of Containers module --- src/core/containers.ml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/containers.ml b/src/core/containers.ml index 96410c18..efb293b9 100644 --- a/src/core/containers.ml +++ b/src/core/containers.ml @@ -40,6 +40,11 @@ Changed [Opt] to [Option] to better reflect that this module is about the ['a option] type, with [module Option = CCOpt]. @since 0.5 + +Renamed from [CCPervasives] in [containers.pervasives], to [Containers] +in the core library [containers] + +@since NEXT_RELEASE *) module Array = struct