update changelog

This commit is contained in:
chrisw 2010-09-16 00:36:18 +01:00
parent 82c5fcd58c
commit dc5bbffcfd

View File

@ -23,6 +23,8 @@ Fixed bugs
- fixed bug with column dropping involving foreign keys
- fixed bug that prevented non-unique indexes being created (issue 94)
- fixed bug when dropping columns with unique constraints in sqlite
- rewrite of the schema diff internals, now supporting column
differences in additon to missing columns and tables.
0.6 (11.07.2010)
---------------------------