Issue #7232: Add support for the context manager protocol
to the TarFile class.
diff --git a/Misc/NEWS b/Misc/NEWS
index 086fb27..5636528 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@
 Library
 -------
 
+- Issue #7232: Add support for the context manager protocol to the TarFile
+  class.
+
 - Issue #7250: Fix info leak of os.environ across multi-run uses of
   wsgiref.handlers.CGIHandler.