From 832d657854f6fca8a1925e89f0ad20d260dc9e45 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 31 May 2013 12:00:56 -0400 Subject: [PATCH] 0.8 changelog in 0.9 --- doc/build/changelog/changelog_08.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.47.3