- Issue #8235: _socket: Add the constant ``SO_SETFIB``.  SO_SETFIB is
  a socket option available on FreeBSD 7.1 and newer.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3efed78..869fdf6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -848,6 +848,9 @@
 
 - Issue #6247: The argparse module has been added to the standard library.
 
+- Issue #8235: _socket: Add the constant ``SO_SETFIB``.  SO_SETFIB is
+  a socket option available on FreeBSD 7.1 and newer.
+
 Extension Modules
 -----------------