Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
diff --git a/Misc/NEWS b/Misc/NEWS
index daca4d3..36edcba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -214,6 +214,8 @@
 Library
 -------
 
+- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
+
 - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
   interface and support all mandatory methods and properties.