aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language/11600-uniform-syntax.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/02-specification-language/11600-uniform-syntax.rst')
-rw-r--r--doc/changelog/02-specification-language/11600-uniform-syntax.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/11600-uniform-syntax.rst b/doc/changelog/02-specification-language/11600-uniform-syntax.rst
new file mode 100644
index 0000000000..3fa3f80301
--- /dev/null
+++ b/doc/changelog/02-specification-language/11600-uniform-syntax.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ New syntax :g:`Inductive Acc A R | x : Prop := ...` to specify which
+ parameters of an inductive are uniform.
+ (`#11600 <https://github.com/coq/coq/pull/11600>`_, by Gaƫtan Gilbert).