From dc5bbffcfd4fc59998c09ebe5d33cbae72f95de5 Mon Sep 17 00:00:00 2001 From: chrisw Date: Thu, 16 Sep 2010 00:36:18 +0100 Subject: [PATCH] update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c709dc..10f95f5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ---------------------------