Bug #1565919: document set types in the Language Reference.
diff --git a/Misc/NEWS b/Misc/NEWS
index 75ef538..4a19fda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,8 @@
 Documentation
 -------------
 
+- Bug #1565919: document set types in the Language Reference.
+
 - Bug #1546052: clarify that PyString_FromString(AndSize) copies the
   string pointed to by its parameter.