``psycopg`` release notes
=========================
+Future releases
+---------------
+
Psycopg 3.1 (unreleased)
-------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^
- Add :ref:`Two-Phase Commit <two-phase-commit>` support (:ticket:`#72`).
- Return results from all queries run through `~Cursor.executemany()`; each
Current release
---------------
-Psycopg 3.0.8 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.0.8
+^^^^^^^^^^^^^
- Decode connection errors in the ``client_encoding`` specified in the
connection string, if available (:ticket:`#194`).
(:ticket:`#151`).
-psycopg_pool 3.0.3 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-- Throw `!ValueError` if `ConnectionPool` `!min_size` and `!max_size` are both
- set to 0 (instead of hanging).
-- Throw `PoolClosed` calling `~ConnectionPool.wait()` on a closed pool.
-
-
Current release
---------------
+psycopg_pool 3.0.3
+^^^^^^^^^^^^^^^^^^
+
+- Raise `!ValueError` if `ConnectionPool` `!min_size` and `!max_size` are both
+ set to 0 (instead of hanging).
+- Raise `PoolClosed` calling `~ConnectionPool.wait()` on a closed pool.
+
psycopg_pool 3.0.2
^^^^^^^^^^^^^^^^^^
# Use a versioning scheme as defined in
# https://www.python.org/dev/peps/pep-0440/
+# STOP AND READ! if you change:
__version__ = "3.1.dev0"
+# also change:
+# - `docs/news_pool.rst` to declare this version current or unreleased