From: Nikita Sobolev Date: Thu, 21 Apr 2022 16:36:58 +0000 (+0300) Subject: Add a changelog entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1012%2Fhead;p=thirdparty%2Fsqlalchemy%2Falembic.git Add a changelog entry --- diff --git a/docs/build/unreleased/764.rst b/docs/build/unreleased/764.rst new file mode 100644 index 00000000..184c0ac7 --- /dev/null +++ b/docs/build/unreleased/764.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: feature, typing + :tickets: 764 + + Adds typing annotations to ``env.py`` and migration templates. + Pull request by Nikita Sobolev.