summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-01-13 13:00:48 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-01-13 13:00:48 -0500
commit54099921a919f74d7c29a24e88214f95e9878a44 (patch)
tree30b5a56b7015e31ffd1983f3a6244d585e5a39c0
parent7c8935f2843a502d3858f47478e47962bd1b3895 (diff)
downloadalembic-rel_1_0_6.tar.gz
- 1.0.6rel_1_0_6
-rw-r--r--docs/build/changelog.rst17
-rw-r--r--docs/build/unreleased/422.rst14
2 files changed, 16 insertions, 15 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index f4f56aa..2a636e3 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 8b14e2b..0000000
--- 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