diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-28 16:51:02 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-28 16:51:02 -0500 |
commit | fcbcda44cad9c9dddd94ccba8c266dc3b2988fb7 (patch) | |
tree | e053c2ba51b4aa666531b292a0a5191636c58025 | |
parent | 586df197615d91af56aefc0d5ff94ceac13154eb (diff) | |
download | sqlalchemy-fcbcda44cad9c9dddd94ccba8c266dc3b2988fb7.tar.gz |
reword changelog + credit contributor for #9156
Change-Id: Ib5ab3cedd30ee0b0486c12e7c20b07aa76be1128
-rw-r--r-- | doc/build/changelog/unreleased_20/9156.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/unreleased_20/9156.rst b/doc/build/changelog/unreleased_20/9156.rst index 9fbeb44eb..956d3ca33 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. |