Skip to content

Commit a30a908

Browse files
committedFeb 13, 2025
changelog edits
Change-Id: I8acc5d84ca10f839727fb159d5283fe74763e7a6
1 parent f1ae53e commit a30a908

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed
 

‎docs/build/unreleased/drop_py_38.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. change::
2-
:tags: change, general
2+
:tags: changed, general
33

4-
Support for Python 3.8 is dropped as of Alembic 1.15.0. Python 3.8 is EOL.
4+
Support for Python 3.8 is dropped as of Alembic 1.15.0; this version is
5+
now EOL so Python 3.9 or higher is required for Alembic 1.15.
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.. change::
2-
:tags: change, general
2+
:tags: changed, general
33

44
Support for SQLAlchemy 1.3, which was EOL as of 2021, is now dropped from
5-
Alembic as of version 1.15.0.
5+
Alembic as of version 1.15.0. SQLAlchemy version 1.4 or greater is
6+
required for use with Alembic 1.15.0.

‎docs/build/unreleased/issue1597.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
.. change::
2-
:tags: check, autogenerate
3-
:tickets: 1597
1+
.. change::
2+
:tags: usecase, autogenerate
3+
:tickets: 1597
44

5-
Add revision context to AutogenerateDiffsDetected so that command can be wrapped and diffs may be output in a different format.
6-
Pull request courtesy of Louis-Amaury Chaib (@lachaib).
5+
Add revision context to AutogenerateDiffsDetected so that command can be
6+
wrapped and diffs may be output in a different format. Pull request
7+
courtesy Louis-Amaury Chaib (@lachaib).

0 commit comments

Comments
 (0)
Please sign in to comment.