From fcbcda44cad9c9dddd94ccba8c266dc3b2988fb7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 28 Jan 2023 16:51:02 -0500 Subject: [PATCH] reword changelog + credit contributor for #9156 Change-Id: Ib5ab3cedd30ee0b0486c12e7c20b07aa76be1128 --- doc/build/changelog/unreleased_20/9156.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2