aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c7d3fb2915..80bf995386 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,9 @@ Tactics
- New tactics constr_eq, is_evar and has_evar.
- Remove the two-argument variant of "decide equality".
+- New experimental tactical "timeout <n> <tac>". Since <n> is a time
+ in second for the moment, this feature should rather be avoided
+ in scripts meant to be machine-independent.
Vernacular commands