summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-06-26 18:09:50 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-06-26 18:09:50 -0400
commit5ccc81701c08a482efa4b7080ca88608fd237130 (patch)
treecd7142b32728921e45475d74cab399c49556070e
parenta3f181a7a05ad6dac23d221af9ae08641d128c2d (diff)
downloadalembic-5ccc81701c08a482efa4b7080ca88608fd237130.tar.gz
- add a changelog for the legacy_schema_aliasing warning issue,
the fix was committed in 229f8672.
-rw-r--r--docs/build/changelog.rst7
1 files changed, 7 insertions, 0 deletions
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