aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authormsozeau2008-04-23 07:18:21 +0000
committermsozeau2008-04-23 07:18:21 +0000
commit3d7f4d351d93deb468e2ca30e68d134a46caf5a7 (patch)
tree73f0b9461c1b79cff0a64326e805e1946f9c4a56 /CHANGES
parent076e53c0b5585a37f741bd5a3b564e43c663b22b (diff)
Change default eauto depth to 100 in setoid_rewrite, bump necessary
after introduction of the MorphismProxy indirection. Do local delta conversion in elim. Update CHANGES regarding level of ==> notations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10834 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7a9209af15..1c3fe7b4c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -209,7 +209,7 @@ Setoid rewriting
and declare morphisms.
- "-->", "++>" and "==>" are now right associative notations
- declared at level 90 in scope signature_scope.
+ declared at level 55 in scope signature_scope.
Their introduction may break existing scripts that defined
them as notations with different levels.