#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
Patch by Dan Kenigsberg.
diff --git a/Misc/ACKS b/Misc/ACKS
index 408d91b..5bf395b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -468,6 +468,7 @@
Hiroaki Kawai
Sebastien Keim
Ryan Kelly
+Dan Kenigsberg
Robert Kern
Randall Kern
Magnus Kessler
diff --git a/Misc/NEWS b/Misc/NEWS
index f13fbe8..42627a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@
Library
-------
+- Issue #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
+
- Issue #13034: When decoding some SSL certificates, the subjectAltName
extension could be unreported.