add matrix multiplication operator support to 2to3
diff --git a/Misc/NEWS b/Misc/NEWS
index 873c7b6..fb06c01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -266,6 +266,8 @@
 Tools/Demos
 -----------
 
+- Add support for the PEP 465 matrix multiplication operator to 2to3.
+
 - Issue #19936: Added executable bits or shebang lines to Python scripts which
   requires them.  Disable executable bits and shebang lines in test and
   benchmark files in order to prevent using a random system python, and in