#16888: test_array now works with unittest test discovery.  Patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS
index 69b3636..99cb90d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,9 @@
 Tests
 -----
 
+- Issue #16888: test_array now works with unittest test discovery.
+  Patch by Zachary Ware.
+
 - Issue #16896: test_asyncore now works with unittest test discovery.
   Patch by Zachary Ware.