Issue 5381:  Add object_pairs_hook to the json module.
diff --git a/Misc/NEWS b/Misc/NEWS
index d3abb41..09bbc7a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -181,6 +181,9 @@
 Library
 -------
 
+- Issue #5381: Added object_pairs_hook to the json module.  This allows
+  OrderedDicts to be built by the decoder.
+
 - Issue #2110: Add support for thousands separator and 'n' type
   specifier to Decimal.__format__