From b056920b92e889fd5cea930789e414a6d3ad43f9 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 10 Nov 2021 02:22:20 +0100 Subject: [PATCH] Add release notes file for the psycopg_pool package --- docs/index.rst | 10 +++++++++- docs/news.rst | 4 ++-- docs/news_pool.rst | 23 +++++++++++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 docs/news_pool.rst diff --git a/docs/index.rst b/docs/index.rst index f40d6deca..de930860f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,11 +33,19 @@ Documentation basic/index advanced/index api/index + +Release notes +------------- + +.. toctree:: + :maxdepth: 1 + news + news_pool Indices and tables -================== +------------------ * :ref:`genindex` * :ref:`modindex` diff --git a/docs/news.rst b/docs/news.rst index 8b7f82ef7..23dfe8cc2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -4,8 +4,8 @@ single: Release notes single: News -Release notes -============= +``psycopg`` release notes +========================= Current release --------------- diff --git a/docs/news_pool.rst b/docs/news_pool.rst new file mode 100644 index 000000000..343879ae4 --- /dev/null +++ b/docs/news_pool.rst @@ -0,0 +1,23 @@ +.. currentmodule:: psycopg_pool + +.. index:: + single: Release notes + single: News + +``psycopg_pool`` release notes +============================== + +Current release +--------------- + +psycopg_pool 3.0.1 +^^^^^^^^^^^^^^^^^^ + +- Don't leave connections idle in transaction after calling + `~ConnectionPool.check()` (:ticket:`#144`). + + +psycopg_pool 3.0 +---------------- + +- First release on PyPI. -- 2.47.2