From: Dylan Young Date: Sun, 14 Jun 2026 23:27:49 +0000 (-0300) Subject: docs: add news entry for fix dumping without NoneType dumper X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee0f1d07fc8d2b2dca597d4d5b81373b36ce59be;p=thirdparty%2Fpsycopg.git docs: add news entry for fix dumping without NoneType dumper --- diff --git a/docs/news.rst b/docs/news.rst index 13c68dc37..deffeb11c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,8 @@ Psycopg 3.3.5 (unreleased) - Discard prepared statements upon :sql:`ALTER *` or `DISCARD *` (:ticket:`#1307`). +- Fix `!ProgrammingError` when dumping non-`!None` values with + no `!NoneType` dumper registered in python implementation (:ticket:`#1325`). - Fix `!wait_selector` wait function to not raise `!KeyError` (:ticket:`#1327`).