Issue #2170: refactored xml.dom.minidom.normalize, increasing both
its clarity and its speed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9acbea2..e393f2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #2170: refactored xml.dom.minidom.normalize, increasing both
+  its clarity and its speed.
+
 - Issue #2396: the memoryview object was backported from Python 3.1.
 
 - Fix a problem in PyErr_NormalizeException that leads to "undetected errors"