summaryrefslogtreecommitdiff
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
commit870075f34dd9fa5792bfbf413afd3b96f17e76a0 (patch)
tree0c647056de1832cf1dba5ba58758b9121418e4be /COMPATIBILITY
parenta0cfa4f118023d35b767a999d5a2ac4b082857b4 (diff)
Imported Upstream version 8.2~beta4+dfsgupstream/8.2.beta4+dfsg
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY4
1 files changed, 4 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index b44f344d..d85a5f3f 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -39,6 +39,10 @@ Tactics
the names in the brackets are synchronized so that H denotes the same
hypothesis in every subgoal.
+- Application patterns with a meta variable in function position (?X ?Y) now
+ match arbitrary applications as expected. Use a nested
+ [match X with (_ _) => fail 1 | _ => ..] to recover the old semantics.
+
- Some bug fixes may lead to incompatibilities (see CHANGES for a detailed
account).