From 8b443e5e7faa40bb54ffe0429a28ed6edeaa0b0a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 13 Nov 2021 23:20:44 +0100 Subject: [PATCH] Add news entry about zoneinfo segfault fix --- docs/news.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 6324662aa..db793da12 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,6 +14,9 @@ Psycopg 3.0.4 ^^^^^^^^^^^^^ - Allow to use the module with strict strings comparison (:ticket:`#147`). +- Fix segfault on Python 3.6 running in ``-W error`` mode, related to + `!backport.zoneinfo` `ticket #109 + `__. Psycopg 3.0.3 -- 2.47.2