]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add a changelog entry 1012/head
authorNikita Sobolev <mail@sobolevn.me>
Thu, 21 Apr 2022 16:36:58 +0000 (19:36 +0300)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 16:36:58 +0000 (19:36 +0300)
docs/build/unreleased/764.rst [new file with mode: 0644]

diff --git a/docs/build/unreleased/764.rst b/docs/build/unreleased/764.rst
new file mode 100644 (file)
index 0000000..184c0ac
--- /dev/null
@@ -0,0 +1,6 @@
+.. change::
+    :tags: feature, typing
+    :tickets: 764
+
+    Adds typing annotations to ``env.py`` and migration templates.
+    Pull request by Nikita Sobolev.