Skip to content

Commit

Permalink
chore: post 3.12 changelog merge (#9317)
Browse files Browse the repository at this point in the history
* chore: post 3.12 changelog merge

- Add 3.12.1 changelog
- #9280 was reverted; move it off the main changelog

Signed-off-by: Etienne Millon <[email protected]>

* Add main changelog warning

Signed-off-by: Etienne Millon <[email protected]>

---------

Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon authored Nov 30, 2023
1 parent 8a3ca10 commit 67bbd0c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Unreleased
----------

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.12.1 (2023-11-29)
-------------------

- Revert unintended inclusion of #9250 and #9280 (@emillon)

3.12.0 (2023-11-28)
-------------------

Expand Down Expand Up @@ -40,9 +52,6 @@
- Add `test_` prefix to default test name in `dune init project` (#9257, fixes
#9131, @9sako6)

- Add `coqdoc_flags` field to `coq` field of `env` stanza allowing the setting
of workspace-wide defaults for `coqdoc_flags`. (#9280, fixes #9139, @Alizter)

- [coq rules] Be more tolerant when coqc --print-version / --config don't work
properly, and fallback to a reasonable default. This fixes problems when
building Coq projects with `(stdlib no)` and likely other cases. (#8966, fix
Expand Down
2 changes: 2 additions & 0 deletions doc/changes/coqdoc-flags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add `coqdoc_flags` field to `coq` field of `env` stanza allowing the setting
of workspace-wide defaults for `coqdoc_flags`. (#9280, fixes #9139, @Alizter)

0 comments on commit 67bbd0c

Please sign in to comment.