diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 30c58fa7f..950046cd0 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -16,6 +16,18 @@ :start-line: 5 .. changelog:: + :version: 1.0.11 + + .. change:: + :tags: bug, orm + :tickets: 3606 + :versions: 1.1.0b1 + + Fixed bug where use of the :meth:`.Query.select_from` method would + cause a subsequent call to the :meth:`.Query.with_parent` method to + fail. + +.. changelog:: :version: 1.0.10 :released: December 11, 2015 |
