aboutsummaryrefslogtreecommitdiffhomepage
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-07-05 17:36:17 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-07-05 17:36:17 +0000
commitdc0f471f9f48e6ddb075f4f362558288f8169107 (patch)
treea66f522fcb0a768c487116f74d87a92d0a5680f8 /COMPATIBILITY
parent0cf53c5db2cbf14ca3b0d8e3e0d0ec54cecefb15 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9022 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY4
1 files changed, 4 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index f216be76f..bb293baa9 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -24,5 +24,9 @@ Potential sources of incompatibilities between Coq V8.0 and V8.1
- A few changes in the library (as mentioned in the CHANGES file) may
imply the need for local adaptations.
+- Occurrence numbering order for unfold, pattern, etc changed for the
+ match construction: occurrences in the return clause now come after
+ the occurrences in the term matched; this was the opposite before.
+
- For changes in the ML interfaces, see file dev/doc/changes.txt in
the main archive.