From: Daniele Varrazzo Date: Tue, 25 Feb 2025 20:40:52 +0000 (+0100) Subject: docs(pool): add release note about ticket #1014 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1015%2Fhead;p=thirdparty%2Fpsycopg.git docs(pool): add release note about ticket #1014 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 8364d68bc..a9e02fa5c 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,6 +7,15 @@ ``psycopg_pool`` release notes ============================== +Future releases +--------------- + +psycopg_pool 3.2.6 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Reset transaction status of connection failing check (:ticket:`#1014`). + + Current release ---------------