From: Mike Bayer Date: Thu, 6 Feb 2025 20:04:30 +0000 (-0500) Subject: this is version 2.0.38 X-Git-Tag: rel_2_0_38~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b24a0181529775e406c66aa15ca59aee41e291ee;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git this is version 2.0.38 Change-Id: I784d0ba9e4afd9a7be6dac71cd04376dedbec211 (cherry picked from commit 960aade5b6ef14966f1bcf10c9a4c95f5f5a11d3) --- diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst index 53e9b3c8ea..59f3273333 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -2184,7 +2184,7 @@ hold onto database connections after they are released, did in fact have a measurable negative performance impact. As always, the pool class is customizable via the :paramref:`_sa.create_engine.poolclass` parameter. -.. versionchanged:: 2.0.37 - an equivalent change is also made for the +.. versionchanged:: 2.0.38 - an equivalent change is also made for the ``aiosqlite`` dialect, using :class:`._pool.AsyncAdaptedQueuePool` instead of :class:`._pool.NullPool`. The ``aiosqlite`` dialect was not included in the initial change in error.