From: Mike Bayer Date: Thu, 26 Aug 2021 22:37:35 +0000 (-0400) Subject: changelog updates X-Git-Tag: rel_1_7_0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd0cbbe3b8d1720fa40c528c9443c891294c1f5;p=thirdparty%2Fsqlalchemy%2Falembic.git changelog updates Change-Id: I84519c685e2f0a7ac84fe866f33a8451cfc495e2 --- 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.