aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst')
-rw-r--r--doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst b/doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst
deleted file mode 100644
index 419d683037..0000000000
--- a/doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Removed:**
- Unqualified ``polymorphic``, ``monomorphic``, ``template``,
- ``notemplate`` attributes (they were deprecated since Coq 8.10).
- Use :attr:`universes(polymorphic)`, :attr:`universes(monomorphic)`,
- :attr:`universes(template)` and :attr:`universes(notemplate)` instead
- (`#11663 <https://github.com/coq/coq/pull/11663>`_, by Théo Zimmermann).