#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka.
diff --git a/Misc/ACKS b/Misc/ACKS
index 462145a..0531b34 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -751,6 +751,7 @@
Randy Pausch
Samuele Pedroni
Marcel van der Peijl
+Berker Peksag
Steven Pemberton
Bo Peng
Santiago Peresón
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.