From: Mike Bayer Date: Fri, 26 Jun 2015 22:09:50 +0000 (-0400) Subject: - add a changelog for the legacy_schema_aliasing warning issue, X-Git-Tag: rel_0_7_7~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ccc81701c08a482efa4b7080ca88608fd237130;p=thirdparty%2Fsqlalchemy%2Falembic.git - add a changelog for the legacy_schema_aliasing warning issue, the fix was committed in 229f8672. --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 9c068254..193c87fc 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -25,6 +25,13 @@ Changelog directive, even though they render within a full ``ForeignKeyConstraint`` directive. + .. change:: + :tags: bug, tests + + Repaired warnings that occur when running unit tests against + SQLAlchemy 1.0.5 or greater involving the "legacy_schema_aliasing" + flag. + .. changelog:: :version: 0.7.6 :released: May 5, 2015