Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
diff --git a/Misc/NEWS b/Misc/NEWS
index e56e3b8..b0b4f10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@
 Core and Builtins
 -----------------
 
+- Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
+
 - Issue #18739: Fix an inconsistency between math.log(n) and math.log(long(n));
   the results could be off from one another by a ulp or two.