aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1cce399c3d..577a828f3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,8 +12,10 @@ Changes from V8.1beta to V8.1
infer the predicate in "(exist _ 0 (refl_equal 0) : {n:nat | n=0 })")
- Support for "where" clause in cofixpoint definitions
- Support for argument lists of arbitrary length in Tactic Notation
-- [rewrite ... in H] now fails if [H] is used either in an hypohesis
- or in the goal
+- [rewrite ... in H] now fails if [H] is used either in an hypothesis
+ or in the goal.
+- The semantics of [rewrite ... in *] has been slightly modified (see doc).
+
Changes from V8.0 to V8.1beta
=============================