From: Mike Bayer Date: Sun, 8 Jun 2014 22:03:07 +0000 (-0400) Subject: - changelog X-Git-Tag: rel_1_0_0b1~391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd9c325852bf80ce5e8392b5a5a556fa15c09a36;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 432c2a99d4..0b4ad616a9 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