Mention new curses.panel module
diff --git a/Misc/NEWS b/Misc/NEWS
index dd3c01f..721c222 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,9 @@
   right.  Code that doesn't care where equal elements end up should
   continue to use the old, short names ("bisect" and "insort").
 
+- The new curses.panel module wraps the panel library that forms part
+  of SYSV curses and ncurses.  Contributed by Thomas Gellekum.
+
 - The SocketServer module now sets the allow_reuse_address flag by
   default in the TCPServer class.