From 784cb8844ec8a7932cf3b1cd6a1ddfd3f5a4c194 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Thu, 10 Mar 2022 19:35:41 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b3231d0d..4b56e8f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v0.7.1 (2022-03-10) + +* remove afl, fp, nnpchecker configure options (#107, @hannesm) +* Add suppport for OCaml 4.14 (#109, @kit-ty-kate) + ## v0.7.0 (2022-01-03) * **NOTE**: This release is a part of the MirageOS 4.0 release and, at this stage, `ocaml-freestanding.0.7.0` will **not** continue to support MirageOS 3 unikernels. `ocaml-freestanding` becomes a real cross-compiler used then by `dune` (with the cross-compilation option) to compile libraries including C stubs. For the MirageOS 4.0 perspective, libraries which include C stubs does not need anymore to compile multiple times C artifacts depending on what `ocaml-freestanding` provides. The `dune` context will help the compilation of these C stubs according the target chosen by the end-user (with the `mirage` tool).