]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix tickets format
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 02:23:28 +0000 (02:23 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 02:24:28 +0000 (02:24 +0000)
docs/news.rst

index 6e82bbc00fad2df437b33ac0a0a62747e7225661..83650766de9bb21b59bd8066a508464f9fc8d08d 100644 (file)
@@ -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