From: Daniele Varrazzo Date: Fri, 21 Nov 2025 15:47:34 +0000 (+0100) Subject: docs: fix released version in news entry X-Git-Tag: 3.3.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c2500c8e200e109a0e67030d93ee0450193a8a;p=thirdparty%2Fpsycopg.git docs: fix released version in news entry --- diff --git a/docs/news.rst b/docs/news.rst index ab9c83af3..c7b40e85c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -49,6 +49,8 @@ Psycopg 3.3.0 (unreleased) Psycopg 3.2.13 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Show the host name in the error message in case of name resolution error + (:ticket:`#1205`). - Fix `Cursor.copy()` and `AsyncCursor.copy()` to hold the connection lock for the entire operation, preventing concurrent access issues (:ticket:`#1210`). @@ -61,8 +63,6 @@ Psycopg 3.2.12 - Allow copy to pass different types per column, as long as the database can convert them. Regression introduced in 3.2.11 (:ticket:`#1192`). -- Show the host name in the error message in case of name resolution error - (:ticket:`#1205`). Psycopg 3.2.11