aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/11663-remove-polymorphic-unqualified.rst
blob: 419d683037f6915a35a57f4319ef303e51021ae1 (plain)
1
2
3
4
5
6
- **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).