Skip to content

Commit e405e0c

Browse files
authored
chore: changelog dune 3.17.2 (#2941)
Signed-off-by: Etienne Marais <[email protected]>
1 parent 9250012 commit e405e0c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Dune 3.17.2
3+
tags: [dune, platform]
4+
changelog: |
5+
### Fixed
6+
7+
- Fix a crash in the Melange rules that would prevent compiling public library
8+
implementations of virtual libraries. (@anmonteiro, #11248)
9+
- Pass `melange.emit`'s `compile_flags` to the JS emission phase. (@anmonteiro,
10+
#11252)
11+
- Disallow private implementations of public virtual libs in melange mode.
12+
(@anmonteiro, #11253)
13+
- Wasm_of_ocaml: fix the execution of tests in a sandbox. (#11304, @vouillon)
14+
---
15+
16+
The Dune team is happy to announce the release of Dune 3.17.2!
17+
18+
This patch release includes some bug fixes. It brings some fixes for Melange
19+
and Wasm_of_ocaml. It also fixes a bug that prevents the experimental feature,
20+
package management, to build with `ocaml.5.3.0`.

0 commit comments

Comments
 (0)