]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.6 rel_1_0_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2019 18:00:48 +0000 (13:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2019 18:00:48 +0000 (13:00 -0500)
docs/build/changelog.rst
docs/build/unreleased/422.rst [deleted file]

index f4f56aa77a9bd4515511c18d5f38670166f5b9e8..2a636e3e64cb660e110e86b000aca085c98e32e9 100644 (file)
@@ -5,7 +5,22 @@ Changelog
 
 .. changelog::
     :version: 1.0.6
-    :include_notes_from: unreleased
+    :released: January 13, 2019
+
+    .. change::
+        :tags: feature, operations
+        :tickets: 422
+
+        Added Table and Column level comments for supported backends.
+        New methods :meth:`.Operations.create_table_comment` and
+        :meth:`.Operations.drop_table_comment` are added.  A new arguments
+        :paramref:`.Operations.alter_column.comment` and
+        :paramref:`.Operations.alter_column.existing_comment` are added to
+        :meth:`.Operations.alter_column`.   Autogenerate support is also added
+        to ensure comment add/drops from tables and columns are generated as well
+        as that :meth:`.Operations.create_table`, :meth:`.Operations.add_column`
+        both include the comment field from the source :class:`.Table`
+        or :class:`.Column` object.
 
 .. changelog::
     :version: 1.0.5
diff --git a/docs/build/unreleased/422.rst b/docs/build/unreleased/422.rst
deleted file mode 100644 (file)
index 8b14e2b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-.. change::
-    :tags: feature, operations
-    :tickets: 422
-
-    Added Table and Column level comments for supported backends.
-    New methods :meth:`.Operations.create_table_comment` and
-    :meth:`.Operations.drop_table_comment` are added.  A new arguments
-    :paramref:`.Operations.alter_column.comment` and
-    :paramref:`.Operations.alter_column.existing_comment` are added to
-    :meth:`.Operations.alter_column`.   Autogenerate support is also added
-    to ensure comment add/drops from tables and columns are generated as well
-    as that :meth:`.Operations.create_table`, :meth:`.Operations.add_column`
-    both include the comment field from the source :class:`.Table`
-    or :class:`.Column` object.
\ No newline at end of file