diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-08 18:03:07 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-08 18:03:07 -0400 |
commit | bd9c325852bf80ce5e8392b5a5a556fa15c09a36 (patch) | |
tree | 9fb1e780a0ae1305cfaee39ad856003090759f17 | |
parent | cbd21030872188a32eeb06f1a9756334bf060e4e (diff) | |
download | sqlalchemy-bd9c325852bf80ce5e8392b5a5a556fa15c09a36.tar.gz |
- changelog
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 432c2a99d..0b4ad616a 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,13 @@ :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 |