]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- changelog for pullreq bitbucket:23
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Aug 2014 18:26:23 +0000 (14:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Aug 2014 18:26:23 +0000 (14:26 -0400)
docs/build/changelog.rst

index 883795671236fa24e9cddb1e83593df5da369204..5f140405b31b00b44b96dafab98435f532b18331 100644 (file)
@@ -5,6 +5,15 @@ Changelog
 .. changelog::
     :version: 0.6.6
 
+    .. change::
+      :tags: bug
+      :pullreq: bitbucket:23
+
+      Fixed Py3K bug where an attempt would be made to sort None against
+      string values when autogenerate would detect tables across multiple
+      schemas, including the default schema.  Pull request courtesy
+      paradoxxxzero.
+
     .. change::
       :tags: bug
       :pullreq: github:15