From: Mike Bayer Date: Fri, 31 May 2013 16:00:56 +0000 (-0400) Subject: 0.8 changelog in 0.9 X-Git-Tag: rel_0_9_0b1~304^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=832d657854f6fca8a1925e89f0ad20d260dc9e45;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8 changelog in 0.9 --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 67824b8e12..211668867e 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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