Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().
diff --git a/Misc/NEWS b/Misc/NEWS
index 7956e9c..6b7b692 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,8 @@
 
 - Issue #1973: bytes.fromhex('') raises SystemError
 
+- Issue #1771: remove cmp parameter from sorted() and list.sort()
+
 - Issue #1969: split and rsplit in bytearray are inconsistent
 
 - map() and itertools.imap() no longer accept None for the first argument.