aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/12-misc/12586-declare+typing_flags.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/12-misc/12586-declare+typing_flags.rst')
-rw-r--r--doc/changelog/12-misc/12586-declare+typing_flags.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/12-misc/12586-declare+typing_flags.rst b/doc/changelog/12-misc/12586-declare+typing_flags.rst
new file mode 100644
index 0000000000..52915ceee9
--- /dev/null
+++ b/doc/changelog/12-misc/12586-declare+typing_flags.rst
@@ -0,0 +1,6 @@
+- **Added:**
+ Typing flags can now be specified per-constant / inductive, this
+ allows to fine-grain specify them from plugins or attributes. See
+ :ref:`controlling-typing-flags` for details on attribute syntax.
+ (`#12586 <https://github.com/coq/coq/pull/12586>`_,
+ by Emilio Jesus Gallego Arias).