#7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fb7cc2..3797380 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@
 Library
 -------
 
+- Issue #7372: Fix pstats regression when stripping paths from profile
+  data generated with the profile module.
+
 - Issue #9428: Fix running scripts with the profile/cProfile modules from
   the command line.