Add note about XMLGenerator bugfix
diff --git a/Misc/NEWS b/Misc/NEWS
index 7340607..8ce9229 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,10 @@
 
 - Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
 
+- Bug #1472827: correctly escape newlines and tabs in attribute values in
+  the saxutils.XMLGenerator class.
+
+
 Build
 -----