File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,23 @@ Changelog
55
66.. changelog ::
77 :version: 1.16.5
8- :include_notes_from: unreleased
8+ :released: August 27, 2025
9+
10+ .. change ::
11+ :tags: bug, mysql
12+ :tickets: 1492
13+
14+ Fixed Python-side autogenerate rendering of index expressions in MySQL
15+ dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull
16+ request courtesy david-fed.
17+
18+ .. change ::
19+ :tags: bug, config
20+ :tickets: 1709
21+
22+ Fixed issue where new pyproject.toml config would fail to parse the integer
23+ value used for the ``truncate_slug_length `` parameter. Pull request
24+ courtesy Luís Henrique Allebrandt Schunemann.
925
1026.. changelog ::
1127 :version: 1.16.4
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.4 "
104- release_date = "July 10 , 2025"
103+ release = "1.16.5 "
104+ release_date = "August 27 , 2025"
105105
106106
107107# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments