From 5cf290f147bab27a613338bf499375c4853dcc88 Mon Sep 17 00:00:00 2001 From: Philippe Veber Date: Wed, 29 Jul 2020 11:20:49 +0200 Subject: [PATCH] updated changelog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0d4cf3f..4503eea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ OCaml-R release notes ===================== +ocaml-r-0.3.1 2020-07-29 +------------------------ + +- replaced configurator by dune.configurator +- fixed compilation warnings + ocaml-r-0.3.0 2020-05-07 ------------------------