Patch #787789: allow to pass custom TestRunner instances to unittest's
main() function.
diff --git a/Misc/NEWS b/Misc/NEWS
index 34ed2c7..0452f83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,9 @@
 Library
 -------
 
+- Patch #787789: allow to pass custom TestRunner instances to unittest's
+  main() function.
+
 - Patches #1550273, #1550272: fix a few bugs in unittest and add a
   comprehensive test suite for the module.