aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Spiwack2015-02-19 09:59:32 +0100
committerArnaud Spiwack2015-02-24 16:37:04 +0100
commit9ba579bb98ac8e8964a9baea376ce0c9a89f2615 (patch)
treefbe429b7acfab44a2c6d3acb3163d54304cf7c4d
parent2734891ab7e90c5b488416d11c3dc41c224773e7 (diff)
CHANGES: Info command + info_auto currently broken.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19da2a4c81..712a8a7e92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -260,6 +260,12 @@ Tactics
an inductive type with indices is fixed
- residual local definitions are now correctly removed.
- The rename tactic may now replace variables in parallel.
+- A new "Info" command replaces the "info" tactical discontinued in
+ v8.4. It still gives informative results in many cases.
+- The "info_auto" tactic is known to be broken and does not print a
+ trace anymore. Use "Info 1 auto" instead. The same goes for
+ "info_trivial". On the other hand "info_eauto" still works fine,
+ while "Info 1 eauto" prints a trivial trace.
Program