#14313: zipfile now raises NotImplementedError when the compression type is unknown.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b48a13..3f2f728 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -164,6 +164,9 @@
 Library
 -------
 
+- Issue #14313: zipfile now raises NotImplementedError when the compression
+  type is unknown.
+
 - Issue #16408: Fix file descriptors not being closed in error conditions
   in the zipfile module.  Patch by Serhiy Storchaka.