aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-05-26 12:40:25 +0200
committerGaëtan Gilbert2020-05-26 12:40:25 +0200
commit1eb5f0504561224affd93717a9fca0e3162dcdd9 (patch)
treec5e3f203d65a9f25b90aa85117061fec6cb6c9e6 /doc
parent7a72315423042108a4594556f55a3d0ed168a687 (diff)
parent09a4ffe1d2add78c0773fb1d1d1313835ac71095 (diff)
Merge PR #12410: dev/tools/make-changelog.sh now asks about fixed bugs
Reviewed-by: SkySkimmer Ack-by: Zimmi48
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12410-add-fixes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12410-add-fixes.rst b/doc/changelog/08-tools/12410-add-fixes.rst
new file mode 100644
index 0000000000..f4c41dc3c3
--- /dev/null
+++ b/doc/changelog/08-tools/12410-add-fixes.rst
@@ -0,0 +1,4 @@
+- **Changed:**
+ ``dev/tools/make-changelog.sh`` now asks for a list of bugs fixed by the PR
+ (`#12410 <https://github.com/coq/coq/pull/12410>`_, fixes `#12386
+ <https://github.com/coq/coq/issues/12386>`_, by Jason Gross).