diff --git a/psycopg3/docs/_sources/news.rst.txt b/psycopg3/docs/_sources/news.rst.txt index 5a81c2f3..6fefbcd2 100644 --- a/psycopg3/docs/_sources/news.rst.txt +++ b/psycopg3/docs/_sources/news.rst.txt @@ -11,7 +11,7 @@ Current release --------------- Psycopg 3.2 -^^^^^^^^^^^ +----------- .. rubric:: New top-level features diff --git a/psycopg3/docs/_sources/news_pool.rst.txt b/psycopg3/docs/_sources/news_pool.rst.txt index 1399fd45..98bae59a 100644 --- a/psycopg3/docs/_sources/news_pool.rst.txt +++ b/psycopg3/docs/_sources/news_pool.rst.txt @@ -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`). diff --git a/psycopg3/docs/news.html b/psycopg3/docs/news.html index 705eff0c..ad1245ff 100644 --- a/psycopg3/docs/news.html +++ b/psycopg3/docs/news.html @@ -252,8 +252,9 @@
psycopg
release notes#New top-level features
Add support for integer, floating point, boolean NumPy scalar types @@ -297,7 +298,6 @@
Cursor
now only preserves the results set of the last
execute()
, consistently with non-pipeline mode.psycopg
release notesAdd support for async reconnect_failed
callbacks in AsyncConnectionPool
(ticket #520).