diff options
| -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). |
