Issue #18429: Add user-oriented News entry about Format / Format Paragraph
now working with comment block selections. Patch was part of 18226 patch.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9202727..7e346d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,10 @@
 IDLE
 ----
 
+- Issue #18429: Format / Format Paragraph, now works when comment blocks
+  are selected. As with text blocks, this works best when the selection
+  only includes complete lines.
+
 - Issue #18226: Add docstrings and unittests for FormatParagraph.py.
   Original patches by Todd Rovito and Phil Webster.