From: Daniele Varrazzo Date: Wed, 4 Jan 2023 16:06:35 +0000 (+0000) Subject: docs: add news entry about none support in dumpers X-Git-Tag: 3.2.0~20^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5ba6e35271b6d5f2afb15dd97d57325cc265d14;p=thirdparty%2Fpsycopg.git docs: add news entry about none support in dumpers --- diff --git a/docs/news.rst b/docs/news.rst index 9893cd22a..1797feef2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -17,6 +17,7 @@ Psycopg 3.2 (unreleased) (:ticket:`#332`). - Add `!timeout` and `!stop_after` parameters to `Connection.notifies()` (:ticket:`340`). +- Allow dumpers to return `!None`, to be converted to NULL (:ticket:`#377`). - Add :ref:`raw-query-cursors` to execute queries using placeholders in PostgreSQL format (`$1`, `$2`...) (:ticket:`#560`). - Add `psycopg.capabilities` object to :ref:`inspect the libpq capabilities