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

index 33053e2c3b91c034c6c57d5761c9111e5848ba6b..1de75e7f13b175b1370d24fd3b300c1bb3b386e1 100644 (file)
@@ -5,6 +5,14 @@ Changelog
 .. changelog::
     :version: 0.6.6
 
+    .. change::
+      :tags: bug
+      :pullreq: github:14
+
+      Fixed bug where foreign key constraints would fail to render in
+      autogenerate when a schema name was present.  Pull request courtesy
+      Andreas Zeidler.
+
     .. change::
       :tags: bug
       :tickets: 212