Add curses-related news items
diff --git a/Misc/NEWS b/Misc/NEWS
index 79cbb76..4e77c41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 
 Extension modules
 
+- Various bugfixes to the curses module.
+
 Library
 
 Tools/Demos
@@ -24,6 +26,9 @@
 
 Tests
 
+- Added a test script for the curses module.  It isn't run automatically;
+  regrtest.py must be run with '-u curses' to enable it.
+
 Windows