#5228: add pickle support to functools.partial
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d15073..62b37f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -710,6 +710,8 @@
 
 - Issue #4396: The parser module now correctly validates the with statement.
 
+- Issue #5228: Make functools.partial objects can now be pickled.
+
 Tests
 -----