Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes
keep_blank_values and strict_parsing keyword arguments.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d048cc..0c673f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@
 Library
 -------
 
+- Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes
+  keep_blank_values and strict_parsing keyword arguments.
+
 - Bug #1566602: correct failure of posixpath unittest when $HOME ends
   with a slash.