logging: Added LOG_FTP for SysLogHandler and updated documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7395196..7987d8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@
 Library
 -------
 
+- logging: Added LOG_FTP to SysLogHandler and updated documentation.
+
 - Issue #8205: Remove the "Modules" directory from sys.path when Python is
   running from the build directory (POSIX only).