#5587: add a repr to dict_proxy objects.  Patch by David Stanek and Daniel Urban.
diff --git a/Misc/NEWS b/Misc/NEWS
index fdda482..020ddd1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@
   rather than the Py_IsInitialized flag, avoiding a Fatal Python
   error in certain circumstances when an import is done in __del__.
 
+- Issue #5587: add a repr to dict_proxy objects.  Patch by David Stanek and
+  Daniel Urban.
+
 Library
 -------