Fix issue #4972: adds ftplib.FTP context manager protocol
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c32684..5da256a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -351,6 +351,9 @@
 Library
 -------
 
+- Issue #4972: Add support for the context manager protocol to the ftplib.FTP
+  class.
+
 - Issue #8664: In py_compile, create __pycache__ when the compiled path is
   given.