]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Tweaked changelog
authorJason Kirtland <jek@discorporate.us>
Sat, 8 Sep 2007 20:32:14 +0000 (20:32 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 8 Sep 2007 20:32:14 +0000 (20:32 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index efcc57e70a8241f6813919d58144acdca0576ea3..c7e7b4db78d1f83389cd1e89a6d8471e70dcaf82 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -32,9 +32,10 @@ CHANGES
   take an instance) 
 
 - adjusted operator precedence of NOT to match '==' and others, so that 
-  ~(x <operator> y) produces NOT (x <op> y), which is better compatible with MySQL.
-   [ticket:764].  this doesn't apply to "~(x==y)" as it does in 0.3 since ~(x==y)
-   compiles to "x != y", but still applies to operators like BETWEEN.
+  ~(x <operator> y) produces NOT (x <op> y), which is better compatible
+  with older MySQL versions. [ticket:764].  this doesn't apply to "~(x==y)"
+  as it does in 0.3 since ~(x==y) compiles to "x != y", but still applies
+  to operators like BETWEEN.
 
 - other tickets: [ticket:768]