logging: Added style option to Formatter to allow %, {} or himBHformatting.
diff --git a/Misc/NEWS b/Misc/NEWS
index e3df59a..d9098d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,8 @@
 Library
 -------
 
+- logging: Added style option to Formatter to allow %, {} or $-formatting.
+
 - Issue #5178: Added tempfile.TemporaryDirectory class that can be used
   as a context manager.