#5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e66031..a87dacf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,10 @@
 Extensions
 ----------
 
+- Issue #5355: Provide mappings from Expat error numbers to string
+  descriptions and backwards, in order to actually make it possible
+  to analyze error codes provided by ExpatError.
+
 - The Unicode database was updated to 6.0.0.
 
 Tools/Demos