From: Daniele Varrazzo Date: Thu, 14 Oct 2021 00:26:02 +0000 (+0200) Subject: Mention bug fixed in news file X-Git-Tag: 3.0.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5b0b7d4af5ee243218e8e69d09d0076e5c6759;p=thirdparty%2Fpsycopg.git Mention bug fixed in news file Close #112. --- diff --git a/docs/news.rst b/docs/news.rst index bbaf5368c..e56edf7be 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,6 +10,13 @@ Release notes Current release --------------- +psycopg 3.0.1 +^^^^^^^^^^^^^ + +- Fix use of the wrong dumper reusing cursors with the same query but different + parameter types (:ticket:`112`). + + psycopg 3.0 -----------