diff options
| author | iElectric <unknown> | 2010-07-11 18:19:10 +0200 |
|---|---|---|
| committer | iElectric <unknown> | 2010-07-11 18:19:10 +0200 |
| commit | c1db5e32c738134f8fc93d6dfedca83309b706d0 (patch) | |
| tree | e9256818bef0bd4f5e5e392f32e58973e9f0b6f2 | |
| parent | 811201d47bd1002f659190e89d576be67476f4cd (diff) | |
| download | sqlalchemy-migrate-0.6.tar.gz | |
update changelog0.6
| -rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 62f37b5..33f7dc1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -38,6 +38,7 @@ Bug fixes - partial refactoring of :mod:`changeset` package - fixed bug when :meth:`Column.alter <migrate.changeset.schema.ChangesetColumn.alter>`\(server_default='string') was not properly set - constraints passed to :meth:`Column.create <migrate.changeset.schema.ChangesetColumn.create>` are correctly interpreted (``ALTER TABLE ADD CONSTRAINT`` is issued after ``ATLER TABLE ADD COLUMN``) +- script names don't break with dot in the name Documentation ********************* |
