From 1edf0eb47d44b985e82a60cf1ce4fd2a0c1fdafd Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 12 Dec 2022 14:41:54 +0000 Subject: [PATCH] docs: fix ticket number in news file --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2