aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-06-16 07:41:03 -0400
committerGravatar Jason Gross <jgross@mit.edu>2016-06-16 07:41:03 -0400
commiteab9b0125238decef60a1710649671dc26959667 (patch)
treee6f243721a2570c16b9aed66ffc5467950b92ad7 /CHANGES
parent2c082f731f1fb6c867908504c4e454119e58e593 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 41d61ec45..6aa0b6d4c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@ Tactics
- 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).
+- New tactics is_ind, is_const, is_proj, is_constructor for use in Ltac (DOC TODO).
Program