diff options
| author | Enrico Tassi | 2020-09-09 13:07:42 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2020-09-09 13:07:42 +0200 |
| commit | 75ae147648b8362a4a75718db8bbc57940e90c7d (patch) | |
| tree | 95048b7ad7cd3b9bce54190c2b966937c31f82c5 | |
| parent | 6f12c3e3ccce7028abb492f804d30ba0bef58f06 (diff) | |
changelog entry for 12857
| -rw-r--r-- | doc/changelog/06-ssreflect/12857-changelog-for-12857.rst | 7 |
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). |
