Patch #995766: Keyword argument support in cPickle.
diff --git a/Misc/NEWS b/Misc/NEWS
index a7b0f1d..289754d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@
 Extension modules
 -----------------
 
+- cpickle now supports the same keyword arguments as pickle.
+
 Library
 -------