diff --git a/Misc/NEWS b/Misc/NEWS index e5d19ecabfb..3e147fb7750 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -35,6 +35,8 @@ TO DO 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.