- Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.
diff --git a/Misc/NEWS b/Misc/NEWS
index e433dd8..2bfebd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1673,6 +1673,8 @@
 - Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
   bug in the return value of QueryReflectionKey.
 
+- Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.
+
 Build
 -----