Patch #1043890: tarfile: add extractall() method.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f7dbdd..59c630d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,8 @@
 Library
 -------
 
+- Patch #1043890: Add extractall method to tarfile.
+
 - Patch #1075887: Don't require MSVC in distutils if there is nothing
   to build.