summaryrefslogtreecommitdiff
path: root/docs/build/changelog.rst
diff options
context:
space:
mode:
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