Issue #2134: Add support for tokenize.TokenInfo.exact_type.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d70565..d7daba4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -450,6 +450,9 @@
 Library
 -------
 
+- Issue #2134: A new attribute that specifies the exact type of token.OP
+  tokens has been added to tokenize.TokenInfo.
+
 - Issue #13722: Avoid silencing ImportErrors when initializing the codecs
   registry.