Report on fnmatch.filter.
diff --git a/Misc/NEWS b/Misc/NEWS
index 14fa35e..38923c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,8 @@
 
 Library
 
+- A new function fnmatch.filter to filter lists of file names was added.
+
 - calendar.py uses month and day names based on the current locale.
 
 - strop is now *really* obsolete (this was announced before with 1.6),