From e144093c003aa91750316cc7ab9cee541ed243ba Mon Sep 17 00:00:00 2001 From: Etienne Marais Date: Thu, 23 Jan 2025 11:28:31 +0100 Subject: [PATCH] chore: changelog dune 3.17.2 Signed-off-by: Etienne Marais --- CHANGES.md | 13 +++++++++++++ doc/changes/11248.md | 3 --- doc/changes/11252.md | 3 --- doc/changes/11253.md | 2 -- doc/changes/11304.md | 1 - 5 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 doc/changes/11248.md delete mode 100644 doc/changes/11252.md delete mode 100644 doc/changes/11253.md delete mode 100644 doc/changes/11304.md diff --git a/CHANGES.md b/CHANGES.md index 0cce920b03e..80826841873 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,19 @@ If you're a contributor, please include your CHANGES entry in a file `doc/changes/$PR_NAME.md`. At release time, it will be incoporated into the changelog properly. +3.17.2 (2025-01-23) +------------------- + +### Fixed + +- Fix a crash in the Melange rules that would prevent compiling public library +implementations of virtual libraries. (@amonteiro, #11248) +- Pass `melange.emit`'s `compile_flags` to the JS emission phase. (@amonteiro, +#11252) +- Disallow private implementations of public virtual libs in melange mode. + (@amonteiro, #11253) +- Wasm_of_ocaml: fix the execution of tests in a sandbox. (#11304, @vouillon) + 3.17.1 (2024-12-17) ------------------- diff --git a/doc/changes/11248.md b/doc/changes/11248.md deleted file mode 100644 index e99f2a2734b..00000000000 --- a/doc/changes/11248.md +++ /dev/null @@ -1,3 +0,0 @@ -- Fix a crash in the Melange rules that would prevent compiling public library - implementations of virtual libraries. (@amonteiro, #11248) - diff --git a/doc/changes/11252.md b/doc/changes/11252.md deleted file mode 100644 index 4badca61595..00000000000 --- a/doc/changes/11252.md +++ /dev/null @@ -1,3 +0,0 @@ -- Pass `melange.emit`'s `compile_flags` to the JS emission phase. (@amonteiro, - #11252) - diff --git a/doc/changes/11253.md b/doc/changes/11253.md deleted file mode 100644 index 5c29c108aa1..00000000000 --- a/doc/changes/11253.md +++ /dev/null @@ -1,2 +0,0 @@ -- Disallow private implementations of public virtual libs in melange mode. - (@amonteiro, #11253) diff --git a/doc/changes/11304.md b/doc/changes/11304.md deleted file mode 100644 index 37df6cd84fc..00000000000 --- a/doc/changes/11304.md +++ /dev/null @@ -1 +0,0 @@ -- Wasm_of_ocaml: fix the execution of tests in a sandbox. (#11304, @vouillon)