diff options
| -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 |
