aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2002-05-15 10:05:16 +0000
committerherbelin2002-05-15 10:05:16 +0000
commitfd9bda79334608cfc2192d988d9eb074d81d6db3 (patch)
treee524e8abc702e407c7fc30b0e71343d60224d268
parentec2bdef0c33aa2e0389a50c35ba81bc778f28c90 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2690 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 32e176beab..40604570ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Changes from V7.2 to ????
+Changes from V7.2 to V7.3
=========================
Language
@@ -25,8 +25,8 @@ Tactics
- Intuition does no longer unfold constants except "<->" and "~". It
can be parameterized by a tactic. It also can introduce dependent
product if needed
-- "Match Context" now matching more recent hypotheses first
-- "Match Context" now failing only on user errors and Fail tactic
+- "Match Context" now matching more recent hypotheses first and failing only
+ on user errors and Fail tactic (possible source of incompatibilities)
- Tactic Definition's without arguments now allowed in Coq states
Bugs
@@ -67,6 +67,9 @@ Incompatibilities
"Cases ... of C _ => ... | _ D => ..." (effects on 2 definitions of
submitted user contributions necessitating the removal of now superflous
proof steps in 3 different proofs)
+- Match Context, in case of incompatibilities because of a now non
+ trapped error (e.g. Not_found or Failure), use instead tactic Fail
+ to force Match Context trying the next clause
Changes from V7.1 to V7.2
=========================