From acd0cbbe3b8d1720fa40c528c9443c891294c1f5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 26 Aug 2021 18:37:35 -0400 Subject: [PATCH] changelog updates Change-Id: I84519c685e2f0a7ac84fe866f33a8451cfc495e2 --- docs/build/conf.py | 2 +- docs/build/unreleased/674.rst | 2 +- docs/build/unreleased/842.rst | 2 +- docs/build/unreleased/855.rst | 6 ++---- docs/build/unreleased/885.rst | 2 +- docs/build/unreleased/py3.rst | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/build/conf.py b/docs/build/conf.py index 5cf2bf8e..11edeeb4 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -44,8 +44,8 @@ extensions = [ changelog_sections = [ "changed", "feature", - "bug", "usecase", + "bug", "moved", "removed", ] diff --git a/docs/build/unreleased/674.rst b/docs/build/unreleased/674.rst index 8ed09dbc..a6c8b03f 100644 --- a/docs/build/unreleased/674.rst +++ b/docs/build/unreleased/674.rst @@ -1,5 +1,5 @@ .. change:: - :tags: changed + :tags: changed, installation :tickets: 674 Make the ``python-dateutil`` library an optional dependency. diff --git a/docs/build/unreleased/842.rst b/docs/build/unreleased/842.rst index 15f534fd..e5f395da 100644 --- a/docs/build/unreleased/842.rst +++ b/docs/build/unreleased/842.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, environment + :tags: feature, environment :tickets: 842 Enhance ``version_locations`` parsing to handle paths containing spaces. diff --git a/docs/build/unreleased/855.rst b/docs/build/unreleased/855.rst index 53218245..0609fb77 100644 --- a/docs/build/unreleased/855.rst +++ b/docs/build/unreleased/855.rst @@ -8,7 +8,5 @@ back-end database operations. At the time of release, third-party dialects that have adopted the Alembic test suite to verify compatibility include - `CockroachDB - `_ and - `SAP ASE (Sybase) - `_. + `CockroachDB `_ and + `SAP ASE (Sybase) `_. diff --git a/docs/build/unreleased/885.rst b/docs/build/unreleased/885.rst index cf010a39..2faa2b03 100644 --- a/docs/build/unreleased/885.rst +++ b/docs/build/unreleased/885.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, general + :tags: changed, installation :tickets: 885 The dependency on ``pkg_resources`` which is part of ``setuptools`` has diff --git a/docs/build/unreleased/py3.rst b/docs/build/unreleased/py3.rst index 3a80bf81..f41610b6 100644 --- a/docs/build/unreleased/py3.rst +++ b/docs/build/unreleased/py3.rst @@ -1,5 +1,5 @@ .. change:: - :tags: python + :tags: installation, changed Alembic 1.7 now supports Python 3.6 and above; support for prior versions including Python 2.7 has been dropped. -- 2.47.2