#16918: test_codecs now works with unittest test discovery. Patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7360af4..c5e9871 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,6 +421,9 @@
 Tests
 -----
 
+- Issue #16918: test_codecs now works with unittest test discovery.
+  Patch by Zachary Ware.
+
 - Issue #16919: test_crypt now works with unittest test discovery.
   Patch by Zachary Ware.