From: Daniele Varrazzo Date: Tue, 27 Sep 2022 08:54:49 +0000 (+0100) Subject: docs: mention named tuples regression fix in change log X-Git-Tag: 3.1.3~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdb3c6aa5df28fac037a55dc8b182716c916dae;p=thirdparty%2Fpsycopg.git docs: mention named tuples regression fix in change log --- diff --git a/docs/news.rst b/docs/news.rst index a3d2e4201..5db0accd0 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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 ---------------