diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-12 12:42:01 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-12 12:42:01 -0500 |
commit | e2de4783cc08729f7fbc00ce0b94d5e59ff9a34f (patch) | |
tree | 99aa9cd715149f670d31934531e71d22876abe2c | |
parent | 2386c63a1a10079fc075bfdfddb0d8f538560f49 (diff) | |
download | sqlalchemy-e2de4783cc08729f7fbc00ce0b94d5e59ff9a34f.tar.gz |
- changelog for pullreq github 57
-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 d18b70869..eed126c2b 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -25,6 +25,13 @@ "PyMODINIT_FUNC" instead of "PyObject *" directly. Pull request courtesy cgohlke. + .. change:: + :tags: bug, schema + :pullreq: github:57 + + Restored :class:`sqlalchemy.schema.SchemaVisitor` to the ``.schema`` + module. Pullreq courtesy Sean Dague. + .. changelog:: :version: 0.9.1 :released: January 5, 2014 |