From 8e7b1adc7fc8a2a12a08f1b4a2817cab04fe00c3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 6 Dec 2020 16:12:50 +0100 Subject: [doc] update changes after 13501 --- doc/changelog/01-kernel/13501-fix-13495.rst | 7 ------- doc/sphinx/changes.rst | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 doc/changelog/01-kernel/13501-fix-13495.rst 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 `_, - fixes `#13495 `_, - by Matthieu Sozeau). diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index c2b32afea2..8fb03879e8 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -153,6 +153,14 @@ Kernel `_ and `#12647 `_, by Hugo Herbelin). +- **Fixed:** + Fix an incompleteness in the typechecking of `match` for + cumulative inductive types. This could result in breaking subject + reduction. + (`#13501 `_, + fixes `#13495 `_, + by Matthieu Sozeau). + Specification language, type inference ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3