diff --git a/CHANGES.md b/CHANGES.md index d8d7d7c141f9..97eff8af240e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,9 @@ Unreleased - Added a new user action `(concurrent )` which is like `(progn )` but runs the actions concurrently. (#6933, @Alizter) +- Allow `(stdlib ...)` to be used with `(wrapped false)` in library stanzas + (#7139, @anmonteiro). + 3.7.0 (2023-02-17) ------------------ diff --git a/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t b/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t index b96462c00fe5..310b628039b2 100644 --- a/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t +++ b/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t @@ -1,4 +1,4 @@ -Library stanza error with `(stdlib ..)` and `(wrapped false)` +Compile a library with `(stdlib ..)` and `(wrapped false)` $ cat > dune-project < (lang dune 3.7) diff --git a/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t b/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t index 42abc1ea3eb4..3fdf0a59b8ba 100644 --- a/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t +++ b/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t @@ -1,4 +1,4 @@ -Library stanza error with `(stdlib ..)` and `(wrapped false)` +Compile a library with `(stdlib ..)` and `(wrapped true)` $ cat > dune-project < (lang dune 3.7)