Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 22c3cf4..967e2ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -156,6 +156,9 @@
 Library
 -------
 
+- Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
+  module.
+
 - Issue #12125: fixed the failures under Solaris due to improper test cleanup.
 
 - Issue #6501: os.device_encoding() returns None on Windows if the application