Issue #1967: Backport dictionary views.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3511fe9..19ca01c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 
 - Issue #2333: Backport set and dict comprehensions syntax from Python 3.x.
 
+- Issue #1967: Backport dictionary views from Python 3.x.
+
 Library
 -------