aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/13568-master+fix13566-check-invalid-occurrences-especially-rewrite.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13568-master+fix13566-check-invalid-occurrences-especially-rewrite.rst b/doc/changelog/04-tactics/13568-master+fix13566-check-invalid-occurrences-especially-rewrite.rst
new file mode 100644
index 0000000000..160e83f123
--- /dev/null
+++ b/doc/changelog/04-tactics/13568-master+fix13566-check-invalid-occurrences-especially-rewrite.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ More systematic checks that occurrences of an :n:`at` clause are
+ valid in tactics such as :tacn:`rewrite` or :tacn:`pattern`
+ (`#13568 <https://github.com/coq/coq/pull/13568>`_,
+ fixes `#13566 <https://github.com/coq/coq/issues/13566>`_,
+ by Hugo Herbelin).