Patch #874083: Bluetooth support for socket module.
diff --git a/Misc/ACKS b/Misc/ACKS
index eea665a..77c7980 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -177,6 +177,7 @@
 Vincent Fiack
 Russell Finn
 Nils Fischbeck
+Frederik Fix
 Hernán Martínez Foffani
 Doug Fort
 Martin Franklin
diff --git a/Misc/NEWS b/Misc/NEWS
index 71a549e..e4332d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,9 @@
 Extension modules
 -----------------
 
+- The socket module now supports Bluetooth sockets, if the
+  system has <bluetooth/bluetooth.h>
+
 - Added a collections module containing a new datatype, deque(),
   offering high-performance, thread-safe, memory friendly appends
   and pops on either side of the deque.