#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
diff --git a/Misc/NEWS b/Misc/NEWS
index f3d6fc3..a082a24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,9 @@
 Library
 -------
 
+- Issue #15970: xml.etree.ElementTree now serializes correctly the empty HTML
+  elements 'meta' and 'param'.
+
 - Issue #15676: Now "mmap" check for empty files before doing the
   offset check.  Patch by Steven Willis.