From: Mike Bayer Date: Mon, 16 Mar 2015 18:11:49 +0000 (-0400) Subject: - merge 0.9 changelog X-Git-Tag: rel_1_0_0b2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cadd768aa48d1180e24600cf133586a343ea10b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - merge 0.9 changelog --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 5bf38af2ca..98b224d25c 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,14 @@ .. changelog:: :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