From: Daniele Varrazzo Date: Fri, 6 Oct 2023 09:43:23 +0000 (+0200) Subject: docs(pool): fix changelog entry X-Git-Tag: pool-3.2.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33dc34595afecbf5b9f38bf96b83828f397f92e;p=thirdparty%2Fpsycopg.git docs(pool): fix changelog entry Attributing Generic pool feature entry to 3.2.0, not to 3.1.9. --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 043181d5d..b59ed4070 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -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