File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed
Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,24 @@ Changelog
55
66.. changelog ::
77 :version: 1.16.1
8- :include_notes_from: unreleased
8+ :released: May 21, 2025
9+
10+ .. change ::
11+ :tags: bug, command
12+ :tickets: 1660
13+
14+ Fixed regression caused by the ``pathlib `` refactoring that removed the use
15+ of :meth: `.Config.get_template_directory ` as the canonical source of
16+ templates; the method is still present however it no longer would be
17+ consulted for a custom config subclass, as was the case with flask-migrate.
18+
19+ .. change ::
20+ :tags: bug, command
21+ :tickets: 1659
22+
23+ Fixed regression caused by the ``pathlib `` refactoring where the "missing
24+ template" error message failed to render the name of the template that
25+ could not be found.
926
1027.. changelog ::
1128 :version: 1.16.0
Original file line number Diff line number Diff line change 100100# The short X.Y version.
101101version = alembic .__version__
102102# The full version, including alpha/beta/rc tags.
103- release = "1.16.0 "
103+ release = "1.16.1 "
104104release_date = "May 21, 2025"
105105
106106
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments