Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
diff --git a/Misc/NEWS b/Misc/NEWS
index eab4993..39298b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,8 @@
 Library
 -------
 
+- Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
+
 - Issue #6975: os.path.realpath() now correctly resolves multiple nested
   symlinks on POSIX platforms.