aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-12 21:07:43 +0200
committerPierre-Marie Pédrot2020-05-12 21:07:43 +0200
commit942a198f7e70c5cf3e4bf39232da8b5b26c79d61 (patch)
tree6cda67c289a53cdafebe9c4ebe189490dada8d2f /doc
parent5784bb98aaa3e4eab4cd3e9871afb4b40d82f62c (diff)
parentcb14a7ebfbad02d954bc2ffa9c924c95f6dd5543 (diff)
Merge PR #12223: Locating error again in atomic tactics (fixes #12152)
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/12223-master+fix12152-locating-error-atomic-level.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/12223-master+fix12152-locating-error-atomic-level.rst b/doc/changelog/04-tactics/12223-master+fix12152-locating-error-atomic-level.rst
new file mode 100644
index 0000000000..dc438f151e
--- /dev/null
+++ b/doc/changelog/04-tactics/12223-master+fix12152-locating-error-atomic-level.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Loss of location of some tactic errors
+ (`#12223 <https://github.com/coq/coq/pull/12223>`_,
+ by Hugo Herbelin; fixes
+ `#12152 <https://github.com/coq/coq/pull/12152>`_ and
+ `#12255 <https://github.com/coq/coq/pull/12255>`_).