aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-06-05 16:59:12 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-06-05 16:59:12 +0000
commit4d06337f9f21b62fa15763f8aee0471e78490150 (patch)
tree0921ec013e5a45278dab764ac0ae39e608c4482f
parent9dea6a7404a251dbf7c467b445aca2686de59d22 (diff)
CHANGES: mention the end of induction principles for records
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15426 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8408db0d9..b0b067e68 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
Changes from V8.4
=================
+Vernacular commands
+
+- The command "Record foo ..." does not generate induction principles
+ (foo_rect, foo_rec, foo_ind) anymore by default (feature wish #2693).
+ A flag "Set/Unset Record Elimination Schemes" allows to change this.
+ The tactic "induction" on a record is now actually doing "destruct".
+
Tactics
- Tactics btauto, a reflexive boolean tautology solver.