Add item about the new xml.sax.saxutils.quoteaddr() function.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9873401..643564e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@
 
 Library
 
+- New function xml.sax.saxutils.quoteattr():  Quote an XML attribute
+  value using the minimal quoting required for the value; more
+  reliable than using xml.sax.saxutils.escape() for attribute values.
+
 New platforms
 
 C API