Patch 1463026: Support default namespace in XMLGenerator.
Fixes #847665.
diff --git a/Misc/NEWS b/Misc/NEWS
index e6832c6..c79f0b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -169,6 +169,8 @@
 Library
 -------
 
+- Patch 1463026: Support default namespace in XMLGenerator.
+
 - Patch 1571379: Make trace's --ignore-dir facility work in the face of
   relative directory names.