aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-02-25 15:19:08 -0500
committerEmilio Jesus Gallego Arias2020-02-25 15:19:08 -0500
commit1528c066e69327c4769b531cc105b558183b43b1 (patch)
treee3d4e59e9d27e92f70caabda2e1d802e1803b556 /doc
parent190a3fce86f8edd7c7bb7c6d9f8ceaa1102953a0 (diff)
parent4f5e9b0419225530b876c172a1e6a46ca377c384 (diff)
Merge PR #11663: Remove unqualified universe attributes.
Reviewed-by: ejgallego
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 0000000000..1f8dcd3992
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst
@@ -0,0 +1,5 @@
+- **Removed:**
+ Unqualified ``polymorphic``, ``monomorphic``, ``template``,
+ ``notemplate`` attributes (they were deprecated since Coq 8.10).
+ Use them as sub-attributes of the ``universes`` attribute (`#11663
+ <https://github.com/coq/coq/pull/11663>`_, by Théo Zimmermann).