Issue #9094: Make python -m pickletools disassemble pickles given in
the command line.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b2ff32..091deab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,10 @@
 Library
 -------
 
+- Issue #9094: python -m pickletools will now disassemble pickle files
+  listed in the command line arguments.  See output of python -m
+  pickletools -h for more details.
+
 - Issue #5468: urlencode to handle bytes type and other encodings in its query
   parameter. Patch by Dan Mahn.