]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs(pool): fix changelog entry
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 6 Oct 2023 09:43:23 +0000 (11:43 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 6 Oct 2023 09:43:23 +0000 (11:43 +0200)
Attributing Generic pool feature entry to 3.2.0, not to 3.1.9.

docs/news_pool.rst

index 043181d5da5c52a945fc8c63e359b5f0fea4d4e5..b59ed407089b7084ec6ac2a4d05f3aac2155be8e 100644 (file)
@@ -15,6 +15,7 @@ psycopg_pool 3.2.0 (unreleased)
 
 - Add support for async `!reconnect_failed` callbacks in `AsyncConnectionPool`
   (:ticket:`#520`).
+- Make connection pool classes generic on the connection type (:ticket:`#559`).
 
 
 psycopg_pool 3.1.9 (unreleased)
@@ -22,7 +23,6 @@ psycopg_pool 3.1.9 (unreleased)
 
 - Fix the return type annotation of `!NullConnectionPool.__enter__()`
   (:ticket:`#540`).
-- Make connection pool classes generic on the connection type (:ticket:`#559`).
 
 
 Current release