[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
diff --git a/Misc/NEWS b/Misc/NEWS
index d2aefb1..6551b99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@
 Library
 -------
 
+- Patch #1488881: add support for external file objects in bz2 compressed
+  tarfiles.
+
 - Patch #721464: pdb.Pdb instances can now be given explicit stdin and
   stdout arguments, making it possible to redirect input and output
   for remote debugging.