From ed579e51ca9b44af148e55d345e312f58ce12a6f Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 29 Jan 2024 02:23:28 +0000 Subject: [PATCH] docs: fix tickets format --- docs/news.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 6e82bbc00..83650766d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -13,8 +13,8 @@ Future releases Psycopg 3.1.18 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Fix possible deadlock on pipeline exit (:ticket:`685`). -- Fix overflow loading large intervals in C module (:ticket:`719`). +- Fix possible deadlock on pipeline exit (:ticket:`#685`). +- Fix overflow loading large intervals in C module (:ticket:`#719`). - Fix compatibility with musl libc distributions affected by `CPython issue #65821`__ (:ticket:`#725`). @@ -28,9 +28,9 @@ Psycopg 3.1.17 ^^^^^^^^^^^^^^ - Fix multiple connection attempts when a host name resolve to multiple - IP addresses (:ticket:`699`). + IP addresses (:ticket:`#699`). - Use `typing.Self` as a more correct return value annotation of context - managers and other self-returning methods (see :ticket:`708`). + managers and other self-returning methods (see :ticket:`#708`). Psycopg 3.1.16 -- 2.47.2