Issue #14674: Add a discussion of the json module's standard compliance.
Patch by Chris Rebert.
diff --git a/Misc/NEWS b/Misc/NEWS
index e772a70..6d046ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@
 Documentation
 -------------
 
+- Issue #14674: Add a discussion of the json module's standard compliance.
+  Patch by Chris Rebert.
+
 - Create a 'Concurrent Execution' section in the docs, and split up the
   'Optional Operating System Services' section to use a more user-centric
   classification scheme (splitting them across the new CE section, IPC and