From: Daniele Varrazzo Date: Mon, 12 Dec 2022 14:41:54 +0000 (+0000) Subject: docs: fix ticket number in news file X-Git-Tag: 3.1.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1edf0eb47d44b985e82a60cf1ce4fd2a0c1fdafd;p=thirdparty%2Fpsycopg.git docs: fix ticket number in news file --- diff --git a/docs/news.rst b/docs/news.rst index ca1df21f3..69bc87208 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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