Add a NEWS entry for Issue #3247.
diff --git a/Misc/NEWS b/Misc/NEWS
index af84a40..9b3c35a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,12 @@
   code of every single module of the standard library, including invalid files
   used in the test suite.
 
+C API
+-----
+
+- Issue #3247: the function Py_FindMethod was removed. Modern types should
+  use the tp_methods slot instead.
+
 Tools/Demos
 -----------