#5723: Improve json tests to be executed with and without accelerations.
diff --git a/Misc/NEWS b/Misc/NEWS
index 07e8a56..f96ed7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,6 +376,8 @@
 Tests
 -----
 
+- Issue #5723: Improve json tests to be executed with and without accelerations.
+
 - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.
 
 - Fix test_startfile to wait for child process to terminate before finishing.