diff options
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 67824b8e1..211668867 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,17 @@ :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 |
