aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/archive/COMPATIBILITY
diff options
context:
space:
mode:
Diffstat (limited to 'dev/doc/archive/COMPATIBILITY')
-rw-r--r--dev/doc/archive/COMPATIBILITY15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/doc/archive/COMPATIBILITY b/dev/doc/archive/COMPATIBILITY
new file mode 100644
index 0000000000..35a7f608de
--- /dev/null
+++ b/dev/doc/archive/COMPATIBILITY
@@ -0,0 +1,15 @@
+Note: this file isn't used anymore. Incompatibilities are documented
+as part of CHANGES.
+
+
+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".