From: Daniele Varrazzo Date: Wed, 10 Nov 2021 01:22:20 +0000 (+0100) Subject: Add release notes file for the psycopg_pool package X-Git-Tag: 3.0.3~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b056920b92e889fd5cea930789e414a6d3ad43f9;p=thirdparty%2Fpsycopg.git Add release notes file for the psycopg_pool package --- 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.