From 73ec8ea65074d9ec9b15b4b02458351a7c6c1992 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Sat, 7 Dec 2024 11:00:01 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 25bc97b4..cf0a6f18 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +### 2.5.0 + +#### Added + +- Support OCaml 5.3 (#457, @anmonteiro, @samoht, @voodoos) +- Support multiple version labels in block headers. The block is active if all + the version formulaes are satisfied (#458, @samoht) + +#### Fixed + +- Avoid infinite loop in lexer on unclosed code block (#444, @edwintorok) +- Fix support for skipped blocks in mli and mld files (#462, @samoht) + ### 2.4.1 #### Changed