From 070103630bb158e47230b8c6aadc57c3378bf425 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 23 Mar 2021 09:27:46 -0400 Subject: [PATCH] add missing changelog changelog was missing from a782160de2e66ad6f6cb2630d Change-Id: Ibca54a4ab6145e7f96b9790574966d8c21598c88 Fixes: #6109 --- doc/build/changelog/unreleased_14/6109.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/6109.rst 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``. -- 2.47.2