Skip to content

Commit

Permalink
fix tests and add changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
  • Loading branch information
anmonteiro committed Feb 28, 2023
1 parent a905e57 commit e60e6c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Library stanza error with `(stdlib ..)` and `(wrapped false)`
Compile a library with `(stdlib ..)` and `(wrapped false)`

$ cat > dune-project <<EOF
> (lang dune 3.7)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Library stanza error with `(stdlib ..)` and `(wrapped false)`
Compile a library with `(stdlib ..)` and `(wrapped true)`

$ cat > dune-project <<EOF
> (lang dune 3.7)
Expand Down

0 comments on commit e60e6c3

Please sign in to comment.