From 00a0aab69005bc94f1a1bf89294034097f004678 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 28 Jan 2023 17:46:33 +0100 Subject: [PATCH] docs(pool): mention change in constructors signatures in the news --- docs/news_pool.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 --------------- -- 2.47.2