Skip to content

Commit

Permalink
chore: changelog 3.17.1 (#11230)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Marais <dev@maiste.fr>
  • Loading branch information
maiste authored Dec 19, 2024
1 parent 00b5104 commit 7025204
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.1 (2024-12-17)
-------------------

### Fixed

- When a library declares `(no_dynlink)`, then the `.cmxs` file for it
is no longer built. (#11176, @nojb)

- Fix bug that could result in corrupted file copies by Dune, for example when
using the `copy_files#` stanza or the `copy#` action. (@nojb, #11194, fixes
#11193)

- Remove useless error message when running `$ dune subst` in empty projects.
(@rgrinberg, #11204, fixes #11200)

3.17.0 (2024-11-27)
-------------------

Expand Down
2 changes: 0 additions & 2 deletions doc/changes/11176.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/11194.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/11204.md

This file was deleted.

0 comments on commit 7025204

Please sign in to comment.