summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2011-02-05 14:25:25 +0100
committerDomen Kožar <domen@dev.si>2011-02-05 14:25:25 +0100
commit1b37b76d2e7d8632b03161775edb68c48a504e8c (patch)
treef0d0602eb762bc4dd450c9ab5fdee1d817cc127a /docs
parent09a8867edd9bf32ec594bea869cf691ba86a9f2f (diff)
downloadsqlalchemy-migrate-1b37b76d2e7d8632b03161775edb68c48a504e8c.tar.gz
fixes #107
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8b1e31a..f07cadb 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -20,11 +20,12 @@ Fixed bugs
- fixed case sensitivity in setup.py dependencies
- moved :mod:`migrate.changeset.exceptions` and :mod:`migrate.versioning.exceptions`
to :mod:`migrate.exceptions`
-- cleared up test output and improved testing of deprecation warnings.
+- cleared up test output and improved testing of deprecation warnings.
- some documentation fixes
-- fixed bug with column dropping in sqlite (issue 96)
+- #107: fixed syntax error in genmodel.py
+- #96: fixed bug with column dropping in sqlite
+- #94: fixed bug that prevented non-unique indexes being created
- 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.