From: Mike Bayer Date: Sun, 8 Jun 2014 22:03:07 +0000 (-0400) Subject: - changelog X-Git-Tag: rel_0_9_5~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f516d8455a1f6fb43e5fab9a5cd2d809f707676;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index a293861494..cbd5b42192 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,13 @@ .. changelog:: :version: 0.9.5 + .. change:: + :tags: feature, examples + :pullreq: bitbucket: 21 + + Added a new example illustrating materialized paths, using the + latest relationship features. Example courtesy Jack Zhou. + .. change:: :tags: bug, testsuite :pullreq: github: 95