]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this is version 2.0.38
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2025 20:04:30 +0000 (15:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2025 20:04:30 +0000 (15:04 -0500)
Change-Id: I784d0ba9e4afd9a7be6dac71cd04376dedbec211

doc/build/changelog/whatsnew_20.rst

index 5b81b4aa4963eb7b2b203bf263eff9f7809fc41b..5ff98646ddbe42e6faa41d4c0ca41a6fa8977334 100644 (file)
@@ -2185,7 +2185,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.