Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f6ef7f..f13fbe8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@
 Library
 -------
 
+- Issue #13034: When decoding some SSL certificates, the subjectAltName
+  extension could be unreported.
+
 - Issue #9871: Prevent IDLE 3 crash when given byte stings
   with invalid hex escape sequences, like b'\x0'.
   (Original patch by Claudiu Popa.)