#5975: add unix_dialect to csv module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fb6203..d860a7a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,7 +51,9 @@
 Library
 -------
 
-- #7761: telnetlib.interact failures on Windows fixed.
+- Issue #5975: Add csv.unix_dialect class.
+
+- Issue #7761: telnetlib.interact failures on Windows fixed.
 
 - logging: Added style option to Formatter to allow %, {} or $-formatting.