From 49d034a7a7f0a1db4fd75335040dd2fc7526db22 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Fri, 6 Jan 2023 14:23:05 +0100 Subject: [PATCH] Changes Signed-off-by: Hugo Heuzard --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bda659368c97..98a534f5b907 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -79,6 +79,8 @@ Unreleased - Fix *js_of_ocaml* separate compilation rules when `--enable=effects` or `--enable=use-js-string` is used. (#6714, #6828, @hhugo) +- Fix *js_of_ocaml* separate compilation in presence of linkall (#6832, @hhugo) + - Remove spurious build dir created when running `dune init proj ...` (#6707, fixes #5429, @gridbugs)