Bug #1556784: allow format strings longer than 127 characters in
datetime's strftime function.
diff --git a/Misc/NEWS b/Misc/NEWS
index d63ffb2..3cbb01c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,9 @@
 Extension Modules
 -----------------
 
+- Bug #1556784: allow format strings longer than 127 characters in
+  datetime's strftime function.
+
 - Fix itertools.count(n) to work with negative numbers again.
 
 - RLIMIT_SBSIZE was added to the resource module where available.