summaryrefslogtreecommitdiff
path: root/docs/build/changelog.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-06-09 11:40:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-06-09 11:40:34 -0400
commit541cbd26b5b86ce445f2065b60d28fdcbbb299a9 (patch)
tree993ff46d418439f2db6bf51430b98f2a9ab93581 /docs/build/changelog.rst
parent229f86723be4404c1bff3a63d97ab9f32ba93b0b (diff)
downloadalembic-541cbd26b5b86ce445f2065b60d28fdcbbb299a9.tar.gz
- The :meth:`.MigrationContext.stamp` method, added as part of the
versioning refactor in 0.7 as a more granular version of :func:`.command.stamp`, now includes the "create the alembic_version table if not present" step in the same way as the command version, which was previously omitted. fixes #300
Diffstat (limited to 'docs/build/changelog.rst')
-rw-r--r--docs/build/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index e11713a..9c06825 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -7,6 +7,16 @@ Changelog
:version: 0.7.7
.. change::
+ :tags: bug, environment
+ :tickets: 300
+
+ The :meth:`.MigrationContext.stamp` method, added as part of the
+ versioning refactor in 0.7 as a more granular version of
+ :func:`.command.stamp`, now includes the "create the alembic_version
+ table if not present" step in the same way as the command version,
+ which was previously omitted.
+
+ .. change::
:tags: bug, autogenerate
:tickets: 298