]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.8 changelog in 0.9
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 May 2013 16:00:56 +0000 (12:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 May 2013 16:00:56 +0000 (12:00 -0400)
doc/build/changelog/changelog_08.rst

index 67824b8e120f75af8b10a38f0a27933f48c8a763..211668867e9ce4ed35f3984eaaba6505ad053b05 100644 (file)
@@ -6,6 +6,17 @@
 .. changelog::
     :version: 0.8.2
 
+    .. change::
+      :tags: feature, orm
+      :tickets: 2736
+
+      Added a new method :meth:`.Query.select_entity_from` which
+      will in 0.9 replace part of the functionality of
+      :meth:`.Query.select_from`.  In 0.8, the two methods perform
+      the same function, so that code can be migrated to use the
+      :meth:`.Query.select_entity_from` method as appropriate.
+      See the 0.9 migration guide for details.
+
     .. change::
       :tags: bug, orm
       :tickets: 2737