Issue #10516: adding list.clear() and list.copy() methods
diff --git a/Misc/NEWS b/Misc/NEWS
index b58347d..3ccf6aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@
 
 - Check for NULL result in PyType_FromSpec.
 
+- Issue #10516: New copy() and clear() methods for lists.
+
 Library
 -------