summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jan.dittberner@gmail.com>2013-02-09 13:08:53 +0100
committerJan Dittberner <jan.dittberner@gmail.com>2013-02-09 13:08:53 +0100
commit08cacdac5900c99834ef3484f326f0793c19290e (patch)
treefe5791466d618e6dcb09e794371292d412fb4083
parentd9f322cf6eed9897b5a025ec41efd250997e22f5 (diff)
downloadsqalchemy-migrate-08cacdac5900c99834ef3484f326f0793c19290e.tar.gz
update changelog
-rw-r--r--docs/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 66bc3d7..a61b6b9 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -25,6 +25,9 @@ Fixed Bugs
asuffield@gmail.com)
- #154: versioning/schema.py imports deprecated sqlalchemy.exceptions (patch by
Alex Favaro)
+- fix deprecation warning using MetaData.reflect instead of reflect=True
+ constructor argument
+- fix test failure by removing unsupported length argument for Text column
0.7.2 (2011-11-01)
---------------------------