Issue #14579: Fix error handling bug in the utf-16 decoder.
Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index c5fc1bd..3766a33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@
 Core and Builtins
 -----------------
 
+- Issue #14579: Fix error handling bug in the utf-16 decoder.  Patch by
+  Serhiy Storchaka.
+
 - Issue #15368: An issue that caused bytecode generation to be
   non-deterministic when using randomized hashing (-R) has been fixed.