aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Gross2020-05-25 19:08:01 -0400
committerJason Gross2020-05-25 19:13:04 -0400
commit09a4ffe1d2add78c0773fb1d1d1313835ac71095 (patch)
tree3aaedf3e89ff84fcd421d57c3dd68b12f83931b9 /doc
parent8b3ce7442dcbcdf3d6b43efd0360ead334819913 (diff)
dev/tools/make-changelog.sh now asks about fixed bugs
Fixes #12386
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).