From 14e06d8185add825b3787e2f6a5bc97c2654359f Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 4 Aug 2023 16:57:14 +0100 Subject: [PATCH] docs: mention module init errors fix in news file --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 841e051c..acace75a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ Current release What's new in psycopg 2.9.7 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fix propagation of exceptions raised during module initialization + (:ticket:`#1598`). - Fix building when pg_config returns an empty string (:ticket:`#1599`). - Wheel package compiled against OpenSSL 1.1.1v.