aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-01-06 10:33:09 +0100
committerGaëtan Gilbert2020-01-06 10:36:35 +0100
commit54986ed77297f7fe53cdc0cca360c9a6ac206a1f (patch)
tree1e3d52ac4014f1ca7f0a431d72c9ef63f42701ad /doc
parent793bddef6b4f615297e9f9088cd0b603c56b2014 (diff)
Fix #11360: discharge of template inductive with param only use of var
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/11361-fix-11360-discharge-template-param-var.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/11361-fix-11360-discharge-template-param-var.rst b/doc/changelog/01-kernel/11361-fix-11360-discharge-template-param-var.rst
new file mode 100644
index 0000000000..8c84648aa7
--- /dev/null
+++ b/doc/changelog/01-kernel/11361-fix-11360-discharge-template-param-var.rst
@@ -0,0 +1,4 @@
+- **Fixed:** `#11360 <https://github.com/issues/11360>`_
+ Broken section closing when a template polymorphic inductive type depends on
+ a section variable through its parameters (`#11361
+ <https://github.com/coq/coq/pull/11361>`_, by Gaëtan Gilbert).