reflect with statements with multiple items in the AST (closes #12106)
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a916fd..9c00590 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #12106: The use of the multiple-with shorthand syntax is now reflected
+  in the AST.
+
 - Issue #12190: Try to use the same filename object when compiling unmarshalling
   a code objects in the same file.