From: Daniele Varrazzo Date: Mon, 1 Jul 2024 02:15:58 +0000 (+0200) Subject: docs: fix title level of major releases X-Git-Tag: 3.2.1~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1cbc42a6759823e18d273e739cc64d7f994f53b2;p=thirdparty%2Fpsycopg.git docs: fix title level of major releases --- diff --git a/docs/news.rst b/docs/news.rst index 5a81c2f34..6fefbcd28 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -11,7 +11,7 @@ Current release --------------- Psycopg 3.2 -^^^^^^^^^^^ +----------- .. rubric:: New top-level features diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 1399fd455..98bae59a0 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -31,7 +31,7 @@ psycopg_pool 3.2.1 psycopg_pool 3.2.0 -^^^^^^^^^^^^^^^^^^ +------------------ - Add support for async `!reconnect_failed` callbacks in `AsyncConnectionPool` (:ticket:`#520`).