#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
diff --git a/Misc/ACKS b/Misc/ACKS
index f526906..4f253e3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -236,6 +236,7 @@
Christophe Combelles
Geremy Condra
Denver Coneybeare
+Phil Connell
Juan José Conti
Matt Conway
David M. Cooke
diff --git a/Misc/NEWS b/Misc/NEWS
index 744c715..826ad85 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,12 @@
- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
+Tests
+-----
+
+- Issue #12820: add tests for the xml.dom.minicompat module.
+ Patch by John Chandler and Phil Connell.
+
Documentation
-------------