]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- merge 0.9 changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Mar 2015 18:11:49 +0000 (14:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Mar 2015 18:11:49 +0000 (14:11 -0400)
doc/build/changelog/changelog_09.rst

index 5bf38af2ca74561c5ced1f2ff38534455948ee41..98b224d25c783ef3c7d06578c913bfd7a8f0e003 100644 (file)
 .. 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