From: Daniele Varrazzo Date: Tue, 25 Feb 2025 20:40:52 +0000 (+0100) Subject: docs(pool): add release note about ticket #1014 X-Git-Tag: pool-3.2.6~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=073bbe26e7b3d66079633489d5cc735710dd6fad;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 0e727a699..e0534377a 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 ---------------