aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-05-11 22:18:42 +0200
committerHugo Herbelin2020-05-11 22:18:42 +0200
commit00328b2165b68c81eef0a6bf1c5483f8e906a31d (patch)
tree1842b07d42094c15f91ef2f3bd02e7f507a8d80b /doc
parentd640d9debf449dad1f7b1d2eda44a024b78378d1 (diff)
parentc43231d47ce1c3904acc3b6f531aa3762791871e (diff)
Merge PR #12254: In non-strict mode, accept any variable as a tactic reference.
Reviewed-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/05-tactic-language/12254-wit-ref-dyn.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/12254-wit-ref-dyn.rst b/doc/changelog/05-tactic-language/12254-wit-ref-dyn.rst
new file mode 100644
index 0000000000..69632fd202
--- /dev/null
+++ b/doc/changelog/05-tactic-language/12254-wit-ref-dyn.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ The "reference" tactic generic argument now accepts arbitrary
+ variables of the goal context
+ (`#12254 <https://github.com/coq/coq/pull/12254>`_,
+ by Pierre-Marie Pédrot).