aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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