From a30a9085a86f6bfe7a23e8abfbb46dee9d3625fe Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 13 Feb 2025 11:47:39 -0500 Subject: [PATCH] changelog edits Change-Id: I8acc5d84ca10f839727fb159d5283fe74763e7a6 --- docs/build/unreleased/drop_py_38.rst | 5 +++-- docs/build/unreleased/drop_sqla_13.rst | 5 +++-- docs/build/unreleased/issue1597.rst | 11 ++++++----- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/build/unreleased/drop_py_38.rst b/docs/build/unreleased/drop_py_38.rst index da8c42a5..25543c93 100644 --- a/docs/build/unreleased/drop_py_38.rst +++ b/docs/build/unreleased/drop_py_38.rst @@ -1,4 +1,5 @@ .. change:: - :tags: change, general + :tags: changed, general - Support for Python 3.8 is dropped as of Alembic 1.15.0. Python 3.8 is EOL. + Support for Python 3.8 is dropped as of Alembic 1.15.0; this version is + now EOL so Python 3.9 or higher is required for Alembic 1.15. diff --git a/docs/build/unreleased/drop_sqla_13.rst b/docs/build/unreleased/drop_sqla_13.rst index 70a05acd..7a20af03 100644 --- a/docs/build/unreleased/drop_sqla_13.rst +++ b/docs/build/unreleased/drop_sqla_13.rst @@ -1,5 +1,6 @@ .. change:: - :tags: change, general + :tags: changed, general Support for SQLAlchemy 1.3, which was EOL as of 2021, is now dropped from - Alembic as of version 1.15.0. + Alembic as of version 1.15.0. SQLAlchemy version 1.4 or greater is + required for use with Alembic 1.15.0. diff --git a/docs/build/unreleased/issue1597.rst b/docs/build/unreleased/issue1597.rst index b7fcb08d..fb1f6226 100644 --- a/docs/build/unreleased/issue1597.rst +++ b/docs/build/unreleased/issue1597.rst @@ -1,6 +1,7 @@ - .. change:: - :tags: check, autogenerate - :tickets: 1597 +.. change:: + :tags: usecase, autogenerate + :tickets: 1597 - Add revision context to AutogenerateDiffsDetected so that command can be wrapped and diffs may be output in a different format. - Pull request courtesy of Louis-Amaury Chaib (@lachaib). \ No newline at end of file + Add revision context to AutogenerateDiffsDetected so that command can be + wrapped and diffs may be output in a different format. Pull request + courtesy Louis-Amaury Chaib (@lachaib). \ No newline at end of file -- 2.47.3