Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.
diff --git a/Misc/NEWS b/Misc/NEWS
index b46c585..48094e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1516,6 +1516,8 @@
 Extension Modules
 -----------------
 
+- Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.
+
 - Issue #13159: FileIO and BZ2Compressor/BZ2Decompressor now use a linear-time
   buffer growth strategy instead of a quadratic-time one.