News about list_repeat() fix.
diff --git a/Misc/NEWS b/Misc/NEWS
index aad83fd..be3a362 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Issue 1704621: Fix segfaults in list_repeat() and list_inplace_repeat().
+
 - Issue #1147: Generators were not raising a DeprecationWarning when a string
   was passed into throw().