From: Daniele Varrazzo Date: Tue, 26 Oct 2021 12:16:01 +0000 (+0100) Subject: Fix formatting in news page X-Git-Tag: 3.0.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b58e3928cb078903896894243a7944ac249fe08;p=thirdparty%2Fpsycopg.git Fix formatting in news page --- diff --git a/docs/news.rst b/docs/news.rst index 921fd4bc0..28348aae4 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,21 +10,21 @@ Release notes Current release --------------- -psycopg 3.0.2 +Psycopg 3.0.2 ^^^^^^^^^^^^^ - Fix type hint for `sql.SQL.join()` (:ticket:`#127`). - Fix type hint for `Connection.notifies()` (:ticket:`#128`). -psycopg 3.0.1 +Psycopg 3.0.1 ^^^^^^^^^^^^^ - Fix use of the wrong dumper reusing cursors with the same query but different - parameter types (:ticket:`112`). + parameter types (:ticket:`#112`). -psycopg 3.0 +Psycopg 3.0 ----------- First stable release. Changed from 3.0b1: @@ -40,7 +40,7 @@ First stable release. Changed from 3.0b1: - Add binary packages for Python 3.10 (:ticket:`#103`). -psycopg 3.0b1 +Psycopg 3.0b1 ^^^^^^^^^^^^^ - First public release on PyPI.