]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs(pool): mention change in constructors signatures in the news 499/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 28 Jan 2023 16:46:33 +0000 (17:46 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 28 Jan 2023 16:46:33 +0000 (17:46 +0100)
docs/news_pool.rst

index 7f212e04691776042585c5526e6dab0143ed027e..1c854e7d4e39fd7c17b97db4b2576b7b6b2f56cf 100644 (file)
@@ -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
 ---------------