diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |