aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/01-kernel/13501-fix-13495.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/01-kernel/13501-fix-13495.rst')
-rw-r--r--doc/changelog/01-kernel/13501-fix-13495.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/changelog/01-kernel/13501-fix-13495.rst b/doc/changelog/01-kernel/13501-fix-13495.rst
deleted file mode 100644
index 5c81efa8b9..0000000000
--- a/doc/changelog/01-kernel/13501-fix-13495.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- **Fixed:**
- Fix an incompleteness in the typechecking of `match` for
- cumulative inductive types. This could result in breaking subject
- reduction.
- (`#13501 <https://github.com/coq/coq/pull/13501>`_,
- fixes `#13495 <https://github.com/coq/coq/issues/13495>`_,
- by Matthieu Sozeau).