Add news about removal of the PendingDeprecationWarning from apply().
diff --git a/Misc/NEWS b/Misc/NEWS
index 78118cf..9f57728 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Removed PendingDeprecationWarning from apply().  apply() remains
+  deprecated, but the nuissance warning will not be issued.
+
 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
   collection twice, both before and after tearing down modules.  The
   call after tearing down modules has been disabled, because too much