]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention named tuples regression fix in change log 388/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 27 Sep 2022 08:54:49 +0000 (09:54 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 28 Sep 2022 00:45:59 +0000 (01:45 +0100)
docs/news.rst

index a3d2e42014e42bd2365f4a7f150a93e5925ef9d6..5db0accd0cbecaaf908680db9b75ee967fa803d5 100644 (file)
@@ -7,6 +7,16 @@
 ``psycopg`` release notes
 =========================
 
+Future releases
+---------------
+
+Psycopg 3.1.3 (unreleased)
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fix regression introduced in 3.1 with different named tuples mangling rules
+  for non-ascii attribute names (:ticket:`#386`).
+
+
 Current release
 ---------------