Mention how __coerce__ has been removed.
diff --git a/Misc/NEWS b/Misc/NEWS
index e5d19ec..3e147fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@
 Core and Builtins
 -----------------
 
+- __coerce__ has been removed.
+
 - Classic classes are a thing of the past.  All classes are new style.
 
 - Exceptions *must* derive from BaseException.