#6098: Refrain from claiming DOM level 3 conformance in minidom.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bb89da..0e24737 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@
 Library
 -------
 
+- Issue #6098: Don't claim DOM level 3 conformance in minidom.
+
 - Issue #5762: Fix AttributeError raised by ``xml.dom.minidom`` when an empty
   XML namespace attribute is encountered.