aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-01-06 21:08:29 +0100
committerPierre-Marie Pédrot2020-01-06 21:08:29 +0100
commita7de863bf68f6aae3832e8c8d5b000576d107a63 (patch)
tree5ab4259bfa56d64e153c9c8a62e7ee15e5e5e5ec /doc
parent1630da989cb0184d50d108ddb3a970f860058fb6 (diff)
parent54986ed77297f7fe53cdc0cca360c9a6ac206a1f (diff)
Merge PR #11361: Fix #11360: discharge of template inductive with param only use of var
Reviewed-by: mattam82 Reviewed-by: ppedrot
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).