Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
diff --git a/Misc/NEWS b/Misc/NEWS
index 190f8f4..34143bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -335,6 +335,9 @@
 Tests
 -----
 
+- Issue #15615: Add some tests for the json module's handling of invalid
+  input data.  Patch by Kushal Das.
+
 - Issue #15496: Add directory removal helpers for tests on Windows.
   Patch by Jeremy Kloth.