Patch 1463026: Support default namespace in XMLGenerator.
Fixes #847665. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS
index c42ade8..36ac1df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,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.