From: Mike Bayer Date: Tue, 23 Mar 2021 13:27:46 +0000 (-0400) Subject: add missing changelog X-Git-Tag: rel_1_4_3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070103630bb158e47230b8c6aadc57c3378bf425;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add missing changelog changelog was missing from a782160de2e66ad6f6cb2630d Change-Id: Ibca54a4ab6145e7f96b9790574966d8c21598c88 Fixes: #6109 --- diff --git a/doc/build/changelog/unreleased_14/6109.rst b/doc/build/changelog/unreleased_14/6109.rst new file mode 100644 index 0000000000..fc80c36a66 --- /dev/null +++ b/doc/build/changelog/unreleased_14/6109.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mypy + :tickets: 6109 + + Fixed bug in Mypy plugin where the Python type detection + for the :class:`_sqltypes.Boolean` column type would produce + an exception; additionally implemented support for :class:`_sqltypes.Enum`, + including detection of a string-based enum vs. use of Python ``enum.Enum``.