diff options
| author | Théo Zimmermann | 2020-03-18 18:36:10 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-19 18:05:03 +0100 |
| commit | 2c785aaab9b54b3d3406e7e021de635247f6535c (patch) | |
| tree | 471d63dbd0926c60eca90466bbdf73e0537ed07b /doc/changelog/07-commands-and-options/11665-cumulative-attr.rst | |
| parent | 9f834bd7ca7de79dfb2d9f9633ac93464ab1342d (diff) | |
Document all the existing attributes.
And fix documentation following the removal of the Template Check flag
in #11546.
Diffstat (limited to 'doc/changelog/07-commands-and-options/11665-cumulative-attr.rst')
| -rw-r--r-- | doc/changelog/07-commands-and-options/11665-cumulative-attr.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/11665-cumulative-attr.rst b/doc/changelog/07-commands-and-options/11665-cumulative-attr.rst new file mode 100644 index 0000000000..b6a034941d --- /dev/null +++ b/doc/changelog/07-commands-and-options/11665-cumulative-attr.rst @@ -0,0 +1,12 @@ +- **Added:** + New attributes supported when defining an inductive type + :attr:`universes(cumulative)`, :attr:`universes(noncumulative)` and + :attr:`private(matching)`, which correspond to legacy attributes + ``Cumulative``, ``NonCumulative``, and the so far undocumented + ``Private`` (`#11665 <https://github.com/coq/coq/pull/11665>`_, by + Théo Zimmermann). + +- **Changed:** + Legacy attributes can now be passed in any order. See + :ref:`gallina-attributes` (`#11665 + <https://github.com/coq/coq/pull/11665>`_, by Théo Zimmermann). |
