aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 152686e16..d76fe4bc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,8 +39,9 @@ Tactics
is interpreted as using the collection of its constructors.
- Tactic names "case" and "elim" now support clauses "as" and "in" and become
then synonymous of "destruct" and "induction" respectively.
-- An new name "exfalso" for the use of 'ex-falso quodlibet' principle.
+- A new tactic name "exfalso" for the use of 'ex-falso quodlibet' principle.
This tactic is simply a shortcut for "elimtype False".
+- Added support for Leibniz-rewriting of dependent hypotheses.
Tactic Language
@@ -64,6 +65,11 @@ Vernacular commands
"Reserved Notation".
- Open/Close Scope command supports Global option in sections.
- Ltac definitions support Local option for non-export outside modules.
+- Made generation of boolean equality automatic for datatypes (use
+ "Unset Boolean Equality Schemes" for deactivation).
+- Made support for automatic generation of case analysis schemes and
+ congruence schemes available to user (governed by options "Unset
+ Case Analysis Schemes" and "Unset Congruence Schemes").
Tools