Remove _PyObject_Del
diff --git a/Misc/NEWS b/Misc/NEWS
index f00c4c7..5852fb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -232,7 +232,7 @@
   nb_divide, nb_inplace_divide
 
 - Removed these macros:
-  staticforward, statichere, PyArg_GetInt, PyArg_NoArgs
+  staticforward, statichere, PyArg_GetInt, PyArg_NoArgs, _PyObject_Del
 
 - Removed these typedefs:
   intargfunc, intintargfunc, intobjargproc, intintobjargproc,