]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: add note about fixing the copy pinning issue
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 24 Oct 2025 14:52:49 +0000 (15:52 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 25 Oct 2025 10:14:44 +0000 (11:14 +0100)
docs/news.rst

index 279848cf45897e0e5565810f9b17f227c04b293c..bb39f0c3347a985650b59a7aa349966da063fb41 100644 (file)
@@ -7,6 +7,17 @@
 ``psycopg`` release notes
 =========================
 
+
+Future releases
+---------------
+
+Psycopg 3.2.12 (unreleased)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Allow copy to pass different types per column, as long as the database can
+  convert them. Regression introduced in 3.2.11 (:ticket:`#1192`).
+
+
 Current release
 ---------------