aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-06-03 17:10:08 +0200
committerPierre-Marie Pédrot2016-06-03 17:11:07 +0200
commit89a1ea67a72500eeae1d003dd346f01ded514f7b (patch)
tree8134c12bef64decc00490519f2f04e06932355e0 /CHANGES
parent9d60ddc84e95a030913fc4b3db705f3ec894fdb2 (diff)
parent3206bf597d63066d9d9f8adfd0fe76e3c1c97e4d (diff)
Remove a few tactics from the Tacexpr AST.
Note that this breaks a few badly written scripts using intro in strict mode without providing an existing identifier.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9c89cdb8e5..41d61ec459 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@ Tactics
- Every generic argument type declares a tactic scope of the form "name:(...)"
where name is the name of the argument. This generalizes the constr: and ltac:
instances.
+- When in strict mode (i.e. in a Ltac definition) the "intro" tactic cannot use
+ a locally free identifier anymore. It must use e.g. the "fresh" primitive
+ instead (potential source of incompatibilities).
Program