summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorchrisw <unknown>2010-09-16 00:36:18 +0100
committerchrisw <unknown>2010-09-16 00:36:18 +0100
commitdc5bbffcfd4fc59998c09ebe5d33cbae72f95de5 (patch)
tree66e8ad8b9f66835f74dce8677185260a9f2bf62e /docs
parent82c5fcd58c280a09acc29031f93b3282d18b9199 (diff)
downloadsqlalchemy-migrate-dc5bbffcfd4fc59998c09ebe5d33cbae72f95de5.tar.gz
update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
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)
---------------------------