Issue #9268: Add annotation option to pickletools.dis
diff --git a/Misc/NEWS b/Misc/NEWS
index 7abb564..c6dbfef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,10 @@
 Library
 -------
 
+- Issue #9268: ``pickletools.dis()`` now has an optional *annotate*
+  argument which controls printing of opcode descriptions in ``dis()``
+  output.
+
 - Issue #1555570: email no longer inserts extra blank lines when a \r\n
   combo crosses an 8192 byte boundary.