From 5ccc81701c08a482efa4b7080ca88608fd237130 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 26 Jun 2015 18:09:50 -0400 Subject: - add a changelog for the legacy_schema_aliasing warning issue, the fix was committed in 229f8672. --- docs/build/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 9c06825..193c87f 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 -- cgit v1.2.1