]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
correct changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Apr 2010 15:09:58 +0000 (11:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Apr 2010 15:09:58 +0000 (11:09 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8fc0669d396c9e6a272dfa018bf752ff0461a9db..43f77f9d5d86614c3ec7940b886dc8a13639009d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -50,7 +50,12 @@ CHANGES
     errors if column._label is used as a bind name during
     an UPDATE.  Test coverage which wasn't present in 0.5
     has been added.  [ticket:1755]
-    
+
+  - the Numeric type raises an *enormous* warning when expected
+    to convert floats to Decimal from a DBAPI that returns floats.
+    This includes SQLite, Oracle, Sybase, MS-SQL.
+    [ticket:1759]
+
 - ext
   - the compiler extension now allows @compiles decorators
     on base classes that extend to child classes, @compiles
@@ -139,11 +144,6 @@ CHANGES
      render inside of column expressions already assigned a label.
      [ticket:1747]
 
-   - the Numeric type raises an *enormous* warning when expected
-     to convert floats to Decimal from a DBAPI that returns floats.
-     This includes SQLite, Oracle, Sybase, MS-SQL.
-     [ticket:1759]
-     
 - postgresql
    - The psycopg2 dialect will log NOTICE messages via the
      "sqlalchemy.dialects.postgresql" logger name.