Fix issue #8806: add SSL contexts support to ftplib
diff --git a/Misc/NEWS b/Misc/NEWS
index 22e8dc8..6899442 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -392,6 +392,8 @@
 Library
 -------
 
+- Issue #8806: add SSL contexts support to ftplib.
+
 - Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer
   and sys.stdout.buffer (instead of sys.stdin and sys.stdout) to use the bytes
   API