#8295 : Added shutil.unpack_archive and related APIs
diff --git a/Misc/NEWS b/Misc/NEWS
index e83285a..622851d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -339,6 +339,8 @@
 Library
 -------
 
+- Issue #8295: Added shutil.unpack_archive.
+
 - Issue #6312: Fixed http HEAD request when the transfer encoding is chunked.
   It should correctly return an empty response now.