aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot2020-08-24 15:30:29 +0200
committerGitHub2020-08-24 15:30:29 +0200
commit0f5bd6a18d51a412ee3c8309b891254365e48b91 (patch)
tree643223e753cf677ebd6a2a064bd3bb2f2e4e0dee /doc
parentf42b28ed0cfd200395a4a32fd1ebe6a7f73a7ddb (diff)
parent97b8b7930136f2e47c1c11cbcdbe41f74add2087 (diff)
Merge PR #12738: Fix subject reduction VS cumulative inductives and function eta
Reviewed-by: mattam82 Ack-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst b/doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst
new file mode 100644
index 0000000000..1bf62de3fd
--- /dev/null
+++ b/doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst
@@ -0,0 +1,5 @@
+- **Fixed:** Incompleteness of conversion checking on problems
+ involving :ref:`eta-expansion` and :ref:`cumulative universe
+ polymorphic inductive types <cumulative>` (`#12738
+ <https://github.com/coq/coq/pull/12738>`_, fixes `#7015
+ <https://github.com/coq/coq/issues/7015>`_, by Gaƫtan Gilbert).