correct change log structure

This commit is contained in:
chrisw 2010-09-09 15:53:24 +01:00
parent adf4113a0b
commit c5e3ed9f1f

View File

@ -1,6 +1,14 @@
0.6.1 (xxxxxxx)
---------------------------
Features
******************
- implemented column adding when foreign keys are present for sqlite
- implemented columns adding with unique constraints for sqlite
- implemented adding unique and foreign key constraints to columns
for sqlite
Fixed bugs
******************
@ -13,11 +21,7 @@ Fixed bugs
- some documentation fixes
- fixed bug with column dropping in sqlite (issue 96)
- fixed bug with column dropping involving foreign keys
- implemented column adding when foreign keys are present for sqlite
- fixed bug that prevented non-unique indexes being created (issue 94)
- implemented columns adding with unique constraints for sqlite
- implemented adding unique and foreign key constraints to columns
for sqlite
- fixed bug when dropping columns with unique constraints in sqlite
0.6 (11.07.2010)