Add test.test_support.catch_warning()'s new argument.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6afdc5a..d51e128 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@
 
 - The imputil module has been deprecated for removal in Python 3.0.
 
+- test.test_support.catch_warning() gained a 'record' argument.
+
 Build
 -----