]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add missing changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2021 13:27:46 +0000 (09:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2021 13:28:01 +0000 (09:28 -0400)
changelog was missing from a782160de2e66ad6f6cb2630d

Change-Id: Ibca54a4ab6145e7f96b9790574966d8c21598c88

Fixes: #6109
doc/build/changelog/unreleased_14/6109.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/6109.rst b/doc/build/changelog/unreleased_14/6109.rst
new file mode 100644 (file)
index 0000000..fc80c36
--- /dev/null
@@ -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``.