aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2020-09-09 13:07:42 +0200
committerEnrico Tassi2020-09-09 13:07:42 +0200
commit75ae147648b8362a4a75718db8bbc57940e90c7d (patch)
tree95048b7ad7cd3b9bce54190c2b966937c31f82c5
parent6f12c3e3ccce7028abb492f804d30ba0bef58f06 (diff)
changelog entry for 12857
-rw-r--r--doc/changelog/06-ssreflect/12857-changelog-for-12857.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/06-ssreflect/12857-changelog-for-12857.rst b/doc/changelog/06-ssreflect/12857-changelog-for-12857.rst
new file mode 100644
index 0000000000..a436253e3b
--- /dev/null
+++ b/doc/changelog/06-ssreflect/12857-changelog-for-12857.rst
@@ -0,0 +1,7 @@
+- **Fixed:**
+ Regression in error reporting after tacn:`case`.
+ A generic error message "Could not fill dependent hole in apply"" was
+ reported for any error following tacn:`case` or tacn:`elim`
+ (`#12857 <https://github.com/coq/coq/pull/12857>`_,
+ fixes `#12837 <https://github.com/coq/coq/issues/12837>`_,
+ by Enrico Tassi).