Removed deprecated method from pstats.
diff --git a/Misc/NEWS b/Misc/NEWS
index 63c89d2..707429b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- the pstats module no longer uses the deprecated ignore() method.
+
 - the filecmp module no longer uses the deprecated use_statcache argument.
 
 - unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully