]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog update with 0.6 message
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Mar 2011 20:59:51 +0000 (16:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Mar 2011 20:59:51 +0000 (16:59 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index 96c5b3bd990dea20ad39e8b759ec7b39c75321d4..c7e872340bddd6ab1ab45c9860dc5a8be82cef34 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -469,6 +469,12 @@ CHANGES
     in the session.  This will be an exception in 0.7.
     [ticket:2046]
 
+  - Fixed bug in query.options() whereby a path 
+    applied to a lazyload using string keys could 
+    overlap a same named attribute on the wrong 
+    entity.  Note 0.7 has an updated version of this
+    fix.  [ticket:2098]
+
 - sql
   - Column.copy(), as used in table.tometadata(), copies the 
     'doc' attribute.  [ticket:2028]