From: Mike Bayer Date: Sat, 28 Jan 2023 21:51:02 +0000 (-0500) Subject: reword changelog + credit contributor for #9156 X-Git-Tag: rel_2_0_1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbcda44cad9c9dddd94ccba8c266dc3b2988fb7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git reword changelog + credit contributor for #9156 Change-Id: Ib5ab3cedd30ee0b0486c12e7c20b07aa76be1128 --- diff --git a/doc/build/changelog/unreleased_20/9156.rst b/doc/build/changelog/unreleased_20/9156.rst index 9fbeb44eb5..956d3ca33c 100644 --- a/doc/build/changelog/unreleased_20/9156.rst +++ b/doc/build/changelog/unreleased_20/9156.rst @@ -2,6 +2,6 @@ :tags: bug, typing :tickets: 9156 - The :meth:`_expression.ColumnElement.cast` is typed to accept - both ``Type[TypeEngine[T]]`` and ``TypeEngine[T]`` rather only - ``TypeEngine[T]``. \ No newline at end of file + Fixed typing for :meth:`_expression.ColumnElement.cast` to accept + both ``Type[TypeEngine[T]]`` and ``TypeEngine[T]``; previously + only ``TypeEngine[T]`` was accepted. Pull request courtesy Yurii Karabas.