aboutsummaryrefslogtreecommitdiffhomepage
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-11 17:45:14 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-11 17:45:14 +0000
commitab4484f7c519f470a1226bd52ded4bb4205c334a (patch)
tree5ca469b21ec3e1c9444966b5158097d7e53babc0 /COMPATIBILITY
parentd71a32d3700980c07af2d7858147598b961607d6 (diff)
Some extra INCOMPATIBILITIES since 8.4.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15732 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY13
1 files changed, 13 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index 41474202a..3c9a94fae 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -49,3 +49,16 @@ of the following changes:
- The command "Load" is now atomic for backtracking (use "Unset
Atomic Load" for compatibility).
+
+
+Incompatibilities beyond 8.4...
+
+- Syntax: "x -> y" has now lower priority than "<->" "A -> B <-> C" is
+ now "A -> (B <-> C)"
+
+- Tactics: tauto and intuition no longer accidentally destruct binary
+ connectives or records other than and, or, prod, sum, iff. In most
+ of cases, dtauto or dintuition, though stronger than 8.3 tauto and
+ 8.3 intuition will provide compatibility.
+
+- "Solve Obligations using" is now "Solve Obligations with".