Promote compress() from a recipe to being a regular itertool.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b4ea7b..ac54ab8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,8 @@
 
 - Issue #4863: distutils.mwerkscompiler has been removed.
 
+- Added a new function:  itertools.compress().
+
 - Fix and properly document the multiprocessing module's logging
   support, expose the internal levels and provide proper usage
   examples.