From 3bf104493d00f36087505e229ed75b083f6183ae Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.maroneze@cea.fr> Date: Thu, 15 Oct 2020 14:08:39 +0200 Subject: [PATCH] [Changelog] add entry about minimum required OCaml version --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index d5124640269..639021b264e 100644 --- a/Changelog +++ b/Changelog @@ -45,6 +45,7 @@ Open Source Release <next-release> option) on loops with several exit conditions, conditions using equality operators, temporary variables introduced by the Frama-C normalization or goto statements. +-! Kernel [2020-07-21] OCaml version greater than or equal to 4.08.1 required. - Eva [2020-05-29] New builtins for trigonometric functions acos, asin and atan (and their single-precision version acosf, asinf, atanf). - Kernel [2020-05-28] Support for C11's _Thread_local storage specifier -- GitLab