From 5667e1de2cb0b07b1b00efcf2545a1415ad129c1 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Sun, 27 Oct 2024 11:23:20 +0100 Subject: [PATCH] Update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index cfc4e6d..361d7be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ### Added +- Make the library build with `ocaml.4.14` (#22, @jonahbeckford, @mbarbin). - Added new checks in CI (build checks on windows and macos) (#21, @mbarbin). - Added a tutorial with new examples of handler-based polymorphism (#13, @mbarbin).