Added NEWS for r72698.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3af4fc8..82d0e1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
+
 - __instancecheck__ and __subclasscheck__ are now completely ignored on classic
   classes and instances.