From e27707d4bc914d7d8fe3b8d868442c43d3868279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Mon, 20 Jun 2022 14:05:20 +0200 Subject: [PATCH] Mention lwt-unix on 5 in CHANGES --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 1d4577a93..a904b2cd9 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ * Lwt is now compatible with OCaml 5.00. Lwt is now incompatible with OCaml 4.02. (#925, #923, Kate Deplaix, Patrick Ferris) * Lwt is now incompatible with OCaml.4.07 and earlier. (#947, Hannes Mehnert, Tim McGilchrist) + * Lwt-unix is now compatible with OCaml 5.0.0. (#953, David Allsopp) ====== Additions ======