#16549: Add tests for json.tools.  Initial patch by Berker Peksag and Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index abe5f51..7af9a68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -521,6 +521,9 @@
 Tests
 -----
 
+- Issue #16549: Add tests for json.tools.  Initial patch by Berker Peksag
+  and Serhiy Storchaka.
+
 - Issue #16559: Add more tests for the json module, including some from the
   official test suite at json.org.  Patch by Serhiy Storchaka.