From: Daniele Varrazzo Date: Mon, 29 Jan 2024 02:23:28 +0000 (+0000) Subject: docs: fix tickets format X-Git-Tag: 3.1.18~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed579e51ca9b44af148e55d345e312f58ce12a6f;p=thirdparty%2Fpsycopg.git docs: fix tickets format --- 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