From: Mike Bayer Date: Fri, 4 Nov 2022 21:00:29 +0000 (-0400) Subject: typo X-Git-Tag: rel_2_0_0b3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6410e372cb344084ee13942bd5b9eb78b24fc50c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo Change-Id: I41cb128767c0cba48255cca0904ae1bff1b357ac --- diff --git a/doc/build/changelog/unreleased_14/8717.rst b/doc/build/changelog/unreleased_14/8717.rst index dba7b830c6..6ce3b83fc0 100644 --- a/doc/build/changelog/unreleased_14/8717.rst +++ b/doc/build/changelog/unreleased_14/8717.rst @@ -12,7 +12,7 @@ call. However, this prevented custom pool reset schemes from being used within this hook, as such hooks by definition are doing more than just calling ``.rollback()``, and need to be invoked under all - circumstances This was a regression that appeared in version 1.4. + circumstances. This was a regression that appeared in version 1.4. For version 1.4, the :meth:`.PoolEvents.checkin` remains viable as an alternate event hook to use for custom "reset" implementations. Version 2.0