Issue #10516: added copy() and clear() methods to bytearrays as well
diff --git a/Misc/NEWS b/Misc/NEWS
index 09b4a95..c089412 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,7 +47,7 @@
 
 - Check for NULL result in PyType_FromSpec.
 
-- Issue #10516: New copy() and clear() methods for lists.
+- Issue #10516: New copy() and clear() methods for lists and bytearrays.
 
 Library
 -------