]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention issue #1153 fix in news file 1158/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Oct 2025 13:31:10 +0000 (15:31 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Oct 2025 00:07:23 +0000 (02:07 +0200)
docs/news.rst

index 46a163fa713474df5faebfbc9a6ed3b37114c82c..5bca48cb9bbc16ec797f12d0511716aaac24966a 100644 (file)
@@ -49,6 +49,8 @@ Psycopg 3.2.11 (unreleased)
 - Fix spurious readiness flags in some of the wait functions (:ticket:`#1141`).
 - Fix high CPU usage using the ``wait_c`` function on Windows (:ticket:`#645`).
 - Fix bad data on error in binary copy (:ticket:`#1147`).
+- Respect `Copy.set_types()` in TEXT copy in C version, consistently with
+  the Python version (:ticket:`#1153`).
 - Don't raise warning, and don't leak resources, if a builtin function is used
   as JSON dumper/loader function (:ticket:`#1165`).