news note for last change
diff --git a/Misc/NEWS b/Misc/NEWS
index f05f9ba..6e49fac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,8 @@
 Library
 -------
 
+- Fix functools.total_ordering() to actually work.
+
 - Issue #9572: Importlib should not raise an exception if a directory it
   thought it needed to create was done concurrently by another process.