summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-04-26 15:04:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-04-26 15:04:42 -0400
commit22c4ae0aaf3a00e9020c3950a53d2a3238b2091c (patch)
treedabfc3b285816838d45a8cf447b25fa017c8a0e2 /doc
parent3e49ac51615ffb91599f12dc66da0871c6381b2d (diff)
downloadsqlalchemy-22c4ae0aaf3a00e9020c3950a53d2a3238b2091c.tar.gz
changelog for [ticket:2714]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index ae4ff3b82..9d392e778 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,19 @@
:version: 0.8.1
.. change::
+ :tags: bug, orm
+ :tickets: 2714
+
+ A significant improvement to the inner workings of query.join(),
+ such that the decisionmaking involved on how to join has been
+ dramatically simplified. New test cases now pass such as
+ multiple joins extending from the middle of an already complex
+ series of joins involving inheritance and such. Joining from
+ deeply nested subquery structures is still complicated and
+ not without caveats, but with these improvements the edge
+ cases are hopefully pushed even farther out to the edges.
+
+ .. change::
:tags: feature, orm
:tickets: 2673