aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-04-14 11:04:13 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-04-14 11:04:13 +0000
commitad85ebc0b940d6f4d6996c9a7297555c2c8e7567 (patch)
tree0f32240bd68694e41511ccb41d65a622397b4f99 /CHANGES
parent8c91f2ec3afabc78716ae74550324ca499e5084c (diff)
Some additions in Max and Zmax. Unifiying list of statements and names
in both files. Late update of CHANGES wrt classical Tauto. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12084 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 d83ce42af..eb4245bd1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,8 @@ Tactics
- Tactic "quote" now supports quotation of arbitrary terms (not just the
goal).
- Tactic "idtac" now displays its list arguments.
+- Tactic "tauto" now proves classical tautologies as soon as classical logic
+ (i.e. library Classical_Prop or Classical) is loaded.
Vernacular commands