]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix ticket number in news file
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 12 Dec 2022 14:41:54 +0000 (14:41 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 12 Dec 2022 14:41:54 +0000 (14:41 +0000)
docs/news.rst

index ca1df21f3b5522778d8339c3449eec5a32f453b3..69bc8720803592d91326b7f977b898dbb5ccff30 100644 (file)
@@ -14,7 +14,7 @@ Psycopg 3.1.5 (unreleased)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fix array loading slowness compared to psycopg2 (:ticket:`#359`).
-- Performance around network communication improved (:ticket:`#411`).
+- Performance around network communication improved (:ticket:`#414`).
 - Return `!bytes` instead of `!memoryview` from `pq.Encoding` methods
   (:ticket:`#422`).
 - Fix `Cursor.rownumber` to return `!None` when the result has no row to fetch