From b6da0dc097cee7fcc87ad16805b5a8004f30bfe0 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Tue, 4 Feb 2020 08:56:58 +0100 Subject: [PATCH] [Changelog] Announce removal of FCBuffer, FCMap and FCSet --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 9d20d173d97..6f9417e2f52 100644 --- a/Changelog +++ b/Changelog @@ -17,6 +17,8 @@ Open Source Release <next-release> ################################## +o! Kernel [2020/02/04] Removed FCBuffer, FCMap and FCSet. Use directly + OCaml stdlib modules Buffer, Map and Set instead. -* GUI [2020/01/24] Fix order of globals in the source panel. ################################## -- GitLab