#16559: Add more tests for the json module.  Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index e10ebc6..b04986b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -641,6 +641,9 @@
 Tests
 -----
 
+- Issue #16559: Add more tests for the json module, including some from the
+  official test suite at json.org.  Patch by Serhiy Storchaka.
+
 - Issue #15304: Fix warning message when os.chdir() fails inside
   test.support.temp_cwd().  Patch by Chris Jerdonek.