#9209 and #7781: fix two crashes in pstats interactive browser.
diff --git a/Misc/NEWS b/Misc/NEWS
index a0ef9cf..490284a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,12 @@
 Library
 -------
 
+- Issue #7781: Fix restricting stats by entry counts in the pstats
+  interactive browser.
+
+- Issue #9209: Do not crash in the pstats interactive browser on invalid
+  regular expressions.
+
 - Update collections.OrderedDict to match the implementation in Py2.7
   (based on lists instead of weakly referenced Link objects).