[Patch #739124] Add use_default_colors() to curses module
diff --git a/Misc/NEWS b/Misc/NEWS
index 93c7fb8..ee464ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 
 - The signal module now exposes SIGRTMIN and SIGRTMAX (if available).
 
+- curses module now supports use_default_colors().  [patch #739124]
+
 Library
 -------