aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-05 13:57:31 +0200
committerPierre-Marie Pédrot2020-05-08 16:10:20 +0200
commitc43231d47ce1c3904acc3b6f531aa3762791871e (patch)
tree8649c4a3c0e8a4519615ee22d497a589098ae9fd /doc
parente4bfbdfc4b4944d6e6d702eb732bce24f962e67f (diff)
In non-strict mode, accept any variable as a tactic reference.
Part of the plan of #11840.
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).