From: Daniele Varrazzo Date: Sat, 28 Jan 2023 16:46:33 +0000 (+0100) Subject: docs(pool): mention change in constructors signatures in the news X-Git-Tag: pool-3.2.0~133^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F499%2Fhead;p=thirdparty%2Fpsycopg.git docs(pool): mention change in constructors signatures in the news --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 7f212e046..1c854e7d4 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,6 +7,16 @@ ``psycopg_pool`` release notes ============================== +Future releases +--------------- + +psycopg_pool 3.1.6 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Declare all parameters in pools constructors, instead of using `!**kwargs` + (:ticket:`#493`). + + Current release ---------------