]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
move this to 0.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2012 20:53:17 +0000 (16:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2012 20:53:17 +0000 (16:53 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index f3342f84e223c2cbeedcd853677ca702f4232345..a5fa76819cd40e55eb9b530f37904dbea5a548a6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -464,6 +464,12 @@ underneath "0.7.xx".
     used by combining operators.custom_op() with
     UnaryExpression().
 
+  - [bug] A tweak to column precedence which moves the
+    "concat" and "match" operators to be the same as
+    that of "is", "like", and others; this helps with
+    parenthesization rendering when used in conjunction
+    with "IS". [ticket:2564]
+
   - [feature] Enhanced GenericFunction and func.*
     to allow for user-defined GenericFunction
     subclasses to be available via the func.*
@@ -816,11 +822,6 @@ are also present in 0.8.
     operators are present as methods like all
     the other operators.  [ticket:2544]
 
-  - [bug] A tweak to column precedence which moves the
-    "concat" and "match" operators to be the same as
-    that of "is", "like", and others; this helps with
-    parenthesization rendering when used in conjunction
-    with "IS". [ticket:2564]
 
 - engine
   - [bug] Fixed bug whereby