]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fixed CHANGES message location
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2009 22:53:39 +0000 (22:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2009 22:53:39 +0000 (22:53 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0189b06567fc9b8a414c6900336a9821cfa1292f..3745e1156c4c07992dd5a8b14c9259b280830cf9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,10 @@ CHANGES
       by contains_eager() out of individual instance states.
       [ticket:1553]
 
+    - Fixed a needless select which would occur when merging
+      transient objects that contained a null primary key
+      identifier.  [ticket:1618]
+
     - Mutable collection passed to the "extension" attribute
       of relation(), column_property() etc. will not be mutated
       or shared among multiple instrumentation calls, preventing
@@ -130,10 +134,6 @@ CHANGES
       data from the "subclass" table of the parent.
       [ticket:1485]
     
-    - Fixed a needless select which would occur when merging
-      transient objects that contained a null primary key
-      identifier.  [ticket:1618]
-      
     - relations() now have greater ability to be "overridden",
       meaning a subclass that explicitly specifies a relation()
       overriding that of the parent class will be honored