]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix released version in news entry
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Nov 2025 15:47:34 +0000 (16:47 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Nov 2025 15:54:40 +0000 (16:54 +0100)
docs/news.rst

index ab9c83af3262873ec6fcea96b73039b30a45457f..c7b40e85c7ff3d4250cfb4209ed50f51bf65b06a 100644 (file)
@@ -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