Issue #2432: give DictReader the dialect and line_num attributes
advertised in the docs.
diff --git a/Misc/NEWS b/Misc/NEWS
index 69b3c29..7040936 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@
 Library
 -------
 
+- Issue #2432: give DictReader the dialect and line_num attributes
+  advertised in the docs.
+
 - Issue #2136: urllib2's auth handler now allows single-quoted realms in the
   WWW-Authenticate header.