NEWS
changeset 20716 a6686a8e1b68
parent 20712 b3cd1233167f
child 20807 bd3b60f9a343
--- a/NEWS	Tue Sep 26 13:34:35 2006 +0200
+++ b/NEWS	Tue Sep 26 17:33:04 2006 +0200
@@ -534,6 +534,9 @@
 
 * "LEAST x:A. P" expands to "LEAST x. x:A & P" (input only).
 
+* Relation composition operator "op O" now has precedence 75 and binds
+stronger than union and intersection. INCOMPATIBILITY.
+
 * The old set interval syntax "{m..n(}" (and relatives) has been removed.
   Use "{m..<n}" (and relatives) instead.