#1713041: fix pprint's handling of maximum depth.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0647833..4431d90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@
 Library
 -------
 
+- #1713041: fix pprint's handling of maximum depth.
+
 - The timing module has been deprecated for removal in Python 3.0.
 
 - The sv module has been deprecated for removal in Python 3.0.