]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Whitespace
authorLele Gaifax <lele@metapensiero.it>
Wed, 14 May 2008 15:19:20 +0000 (15:19 +0000)
committerLele Gaifax <lele@metapensiero.it>
Wed, 14 May 2008 15:19:20 +0000 (15:19 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 534867319c2ec64d846a01ecc8aecf8d7d5993a3..3f6ddbd03c4cf46835fdc96f4ec21c5ea6ce112d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -173,7 +173,7 @@ user_defined_state
       returned.  This flag is only safe to use with a database
       which does not support transactions (i.e. MySQL/MyISAM).
 
--ext
+- ext
     - set-based association proxies |=, -=, ^= and &= are
       stricter about their operands and only operate on sets,
       frozensets or other association proxies. Previously, they
@@ -195,7 +195,6 @@ user_defined_state
       This should obviate the need of adding a myriad of ODBC
       options in the future.
 
-
 - firebird
     - Handle the "SUBSTRING(:string FROM :start FOR :length)"
       builtin.