]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: add news entry for fix dumping without NoneType dumper
authorDylan Young <dylanyoungmeijer@gmail.com>
Sun, 14 Jun 2026 23:27:49 +0000 (20:27 -0300)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Jun 2026 09:21:21 +0000 (11:21 +0200)
docs/news.rst

index 13c68dc3731acd27e62490665aeb0621471e5820..deffeb11cfc0f0a844f7a3339cd252a07a43751b 100644 (file)
@@ -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`).