Issue #10075: Add a session_stats() method to SSLContext objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index ab0e29c..597f76b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@
 Library
 -------
 
+- Issue #10075: Add a session_stats() method to SSLContext objects.
+
 - Issue #9948: Fixed problem of losing filename case information.
 
 Extensions