From 54099921a919f74d7c29a24e88214f95e9878a44 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 13 Jan 2019 13:00:48 -0500 Subject: [PATCH] - 1.0.6 --- docs/build/changelog.rst | 17 ++++++++++++++++- docs/build/unreleased/422.rst | 14 -------------- 2 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 docs/build/unreleased/422.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f4f56aa7..2a636e3e 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 index 8b14e2b0..00000000 --- a/docs/build/unreleased/422.rst +++ /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 -- 2.47.2