aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorletouzey2011-09-23 12:55:26 +0000
committerletouzey2011-09-23 12:55:26 +0000
commitaa9a5fddd49c9bec13d178f274f24dabcc033850 (patch)
tree90ba09daf1df29b344cd940c5cf3fca3d5e782eb /CHANGES
parent99673b71ac2d0e8ff81d58ee8f1ded888531c86f (diff)
auto with nocore : disable the use of the core database (wish #2188)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14490 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d0931f897f..e6d5108099 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,8 @@ Tactics
- Tactic "dependent rewrite" now supports equality in "sig".
- Tactic omega now understands Zpred (wish #1912) and can prove any goal
from a context containing an arithmetical contradiction (wish #2236).
+- Using "auto with nocore" disables the use of the "core" database (wish #2188).
+ This pseudo-database "nocore" can also be used with trivial and eauto.
Vernacular commands