From a6688d28ce5b5aa8a16fb6e50608b468926c5a70 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 1 Feb 2023 02:08:33 +0100 Subject: [PATCH] docs: add news entry about TypeInfo.fetch() with sql_ascii connection fix --- docs/news.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index e585330ff..bfc9c88b3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,16 @@ ``psycopg`` release notes ========================= +Future releases +--------------- + +Psycopg 3.1.9 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix `TypeInfo.fetch()` using a connection in `!sql_ascii` encoding + (:ticket:`#503`). + + Current release --------------- -- 2.47.2