Patch #1679379: add documentation for fnmatch.translate().
 (backport from rev. 54323)
diff --git a/Misc/NEWS b/Misc/NEWS
index c21972d..966b9a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -503,6 +503,8 @@
 Documentation
 -------------
 
+- Patch #1679379: add documentation for fnmatch.translate().
+
 - Patch #1671450: add a section about subclassing builtin types to the
   "extending and embedding" tutorial.