Updated NEWS about logging.basicConfig().
diff --git a/Misc/NEWS b/Misc/NEWS
index 199e4c7..fc8c648 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@
 Library
 -------
 
+- logging: Added style option to basicConfig() to allow %, {} or $-formatting.
+
 - Issue #5729:  json.dumps() now supports using a string such as '\t'
   for pretty-printing multilevel objects.