]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Add release notes file for the psycopg_pool package
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:22:20 +0000 (02:22 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 02:00:52 +0000 (03:00 +0100)
docs/index.rst
docs/news.rst
docs/news_pool.rst [new file with mode: 0644]

index f40d6decaea489308cf96cae0d287b55c54060e5..de930860fa4fe0c4225115946d19b845d6793a8e 100644 (file)
@@ -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`
index 8b7f82ef78c7064c8a6fcbaff04d23a890ec75f7..23dfe8cc2c94b3af6108c4a8fbfcf7b2b3e80751 100644 (file)
@@ -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 (file)
index 0000000..343879a
--- /dev/null
@@ -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.