From e22e3eecc8299e59f58eb7ebcac90cff5caa0cf1 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Tue, 24 Jan 2023 18:10:24 +0100 Subject: [PATCH] Prepare v3.5.1 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 950f85f..0b4a8ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### v3.5.1 (2023-01-24) + +- Few fixes about benchmarks and tests (#51, @tbrk, @dinosaure) +- Add missing dependency about `fmt` and fix the compilation for OCaml 5.0 (#52, @kit-ty-kate) + ### v3.5.0 (2021-02-08) - Fix support for `x-compilation` (@samoht, #44)