summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e5d19ec..3e147fb 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.