update changelog (drop support for SQLAlchemy 0.5.x, Python 2.4 and 2.5)

This commit is contained in:
Jan Dittberner 2011-10-28 10:01:50 +02:00
parent 6ecf665f14
commit 6f44824055

View File

@ -1,6 +1,12 @@
0.7.2 (YYYY-MM-DD)
---------------------------
Changes
******************
- support for SQLAlchemy 0.5.x has been dropped
- Python 2.6 is the minimum supported Python version
Features
******************
@ -19,6 +25,7 @@ Fixed Bugs
and required API change
- fix issue 124: compare_model_to_db gets confused by sqlite_sequence (pulled
from Dustin J. Mitchell)
- fix issue 128: table rename failure with sqlalchemy 0.7.x
0.7.1 (2011-05-27)
---------------------------