Issue #8550: Add first class `SSLContext` objects to the ssl module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 386e9e0..31adc03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,6 +363,8 @@
 Library
 -------
 
+- Issue #8550: Add first class ``SSLContext`` objects to the ssl module.
+
 - Issue #8681: Make the zlib module's error messages more informative when
   the zlib itself doesn't give any detailed explanation.