diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-16 14:11:49 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-16 14:11:49 -0400 |
commit | 2cadd768aa48d1180e24600cf133586a343ea10b (patch) | |
tree | 85d59db5842278bf285696e455bdc0d3bdbdbb13 | |
parent | 74641efb78b2d2529011c7a946db1474149c9ad9 (diff) | |
download | sqlalchemy-2cadd768aa48d1180e24600cf133586a343ea10b.tar.gz |
- merge 0.9 changelog
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 5bf38af2c..98b224d25 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,14 @@ :version: 0.9.10 .. change:: + :tags: bug, ext + :tickets: 3324 + + Fixed regression from 0.9.9 where the :func:`.as_declarative` + symbol was removed from the ``sqlalchemy.ext.declarative`` + namespace. + + .. change:: :tags: feature, orm :tickets: 3320 :versions: 1.0.0b1 |