From 3487f627e2b8afb2e1dcd8abfc1b6ce94380b1bb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 20 May 2021 16:16:51 +0200 Subject: [PATCH] Mention sqlstate reinit in NEWS file --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 35044bcd..bdd30df8 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ What's new in psycopg 2.8.7 - Accept empty params as `~psycopg2.connect()` (:ticket:`#1250`). - Fix attributes refcount in `Column` initialisation (:ticket:`#1252`). +- Allow re-initialisation of static variables in the C module (:ticket:`#1267`). What's new in psycopg 2.8.6