aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNONCE5
-rw-r--r--CHANGES4
2 files changed, 4 insertions, 5 deletions
diff --git a/ANNONCE b/ANNONCE
index d311a15177..5ee808dd18 100644
--- a/ANNONCE
+++ b/ANNONCE
@@ -27,9 +27,8 @@ on version 7.0.
Marché's minimal edition distance algorithm, Buchberger's algorithm,
RSA cryptographic algorithm, Stalmarck tautology checker algorithm,
the Fundamental Theorem of Algebra and ZFC set theory).
- - new tactics NewDestruct, NewInduction and Assert intended to
- improve the behaviour of previous Elim and Induction, Case and
- Destruct, and Cut tactics
+ - new induction tactics NewDestruct and NewInduction
+ - new tactic Assert for forward reasoning
- known-bugs fixed
- excessive memory use mainly fixed
diff --git a/CHANGES b/CHANGES
index 6e58691423..0f4b60eae7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,8 +13,8 @@ Main novelties
References are to Coq V7.1 reference manual
-- New primitive let-in construct (see section 1.2.8)
-- Long names (see section 2.6)
+- New primitive let-in construct (see sections 1.2.8 and )
+- Long names (see sections 2.6 and 2.7)
- New high-level tactic language (see chapter 10)
- Improved search facilities (see section 5.2)
- New extraction algorithm managing the Type level (see chapter 17)