Issue #8404: Fix set operations on dictionary views.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d180ff..5c16eac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@
 
 - Issue #7072: isspace(0xa0) is true on Mac OS X
 
+- Issue #8404: Fixed set operations on dictionary views.
+
 Library
 -------