summaryrefslogtreecommitdiff
path: root/docs/build/changelog.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-04-05 15:39:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-04-05 15:39:34 -0400
commita22dadbfa4208f1916f158920faf50a933651e5e (patch)
tree9f7085d0764016a42ad73db696af47f9154f9e62 /docs/build/changelog.rst
parentf4c5f394956c4c767930fb81fdd81bd9154dd6b9 (diff)
downloadalembic-a22dadbfa4208f1916f158920faf50a933651e5e.tar.gz
- 1.10.3rel_1_10_3
Diffstat (limited to 'docs/build/changelog.rst')
-rw-r--r--docs/build/changelog.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 6dbb55f..aef09db 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -5,7 +5,22 @@ Changelog
.. changelog::
:version: 1.10.3
- :include_notes_from: unreleased
+ :released: April 5, 2023
+
+ .. change::
+ :tags: bug, typing
+ :tickets: 1191, 1201
+
+ Fixed various typing issues observed with pyright, including issues
+ involving the combination of :class:`.Function` and
+ :meth:`.MigrationContext.begin_transaction`.
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 1212
+
+ Fixed error raised by alembic when running autogenerate after removing
+ a function based index.
.. changelog::
:version: 1.10.2