From d5ba6e35271b6d5f2afb15dd97d57325cc265d14 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 4 Jan 2023 16:06:35 +0000 Subject: [PATCH] docs: add news entry about none support in dumpers --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2