From: Mike Bayer Date: Mon, 2 Mar 2026 14:38:02 +0000 (-0500) Subject: fix changelog typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7132e9562caf8eb542d4ca6a4bef65fde747c1d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix changelog typo Change-Id: I08ffdc1eda8921745e0459ca375e154ac3cf8b9d --- diff --git a/doc/build/changelog/unreleased_20/13144.rst b/doc/build/changelog/unreleased_20/13144.rst index 1514afc829..89e97ce029 100644 --- a/doc/build/changelog/unreleased_20/13144.rst +++ b/doc/build/changelog/unreleased_20/13144.rst @@ -3,7 +3,7 @@ :tickets: 13144 Fixed a critical issue in :class:`.Engine` where connections created in - conjunction with the :meth:`.ConnectionEvents.do_connect` event listeners + conjunction with the :meth:`.DialectEvents.do_connect` event listeners would receive shared, mutable collections for the connection arguments, leading to a variety of potential issues including unlimited growth of the argument list as well as elements within the parameter dictionary being