diff options
| author | Jan Dittberner <jan.dittberner@gmail.com> | 2013-02-09 13:08:53 +0100 |
|---|---|---|
| committer | Jan Dittberner <jan.dittberner@gmail.com> | 2013-02-09 13:08:53 +0100 |
| commit | 08cacdac5900c99834ef3484f326f0793c19290e (patch) | |
| tree | fe5791466d618e6dcb09e794371292d412fb4083 | |
| parent | d9f322cf6eed9897b5a025ec41efd250997e22f5 (diff) | |
| download | sqlalchemy-migrate-08cacdac5900c99834ef3484f326f0793c19290e.tar.gz | |
update changelog
| -rw-r--r-- | docs/changelog.rst | 3 |
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) --------------------------- |
