Fixed #8463: added missing reference to bztar in shutil's documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index b597cdf..c7bf380 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@
 Library
 -------
 
+- Issue #8463: added missing reference to bztar in shutil's documentation.
+
 - Issue #8438: Remove reference to the missing "surrogateescape" encoding
   error handler from the new IO library.