aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/11394-fix-coqdoc-annotations.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/11394-fix-coqdoc-annotations.rst b/doc/changelog/08-tools/11394-fix-coqdoc-annotations.rst
new file mode 100644
index 0000000000..10952c6b2c
--- /dev/null
+++ b/doc/changelog/08-tools/11394-fix-coqdoc-annotations.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ ``coqdoc`` with option ``-g`` (Gallina only) now correctly prints
+ commands with attributes (`#11394 <https://github.com/coq/coq/pull/11394>`_,
+ fixes `#11353 <https://github.com/coq/coq/issues/11353>`_,
+ by Karl Palmskog).