Closes issue 11407. TestCase.run returns the result object used or created
diff --git a/Misc/ACKS b/Misc/ACKS
index 117cd8d..a641547 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -351,6 +351,7 @@
Derek Harland
Jason Harper
Brian Harring
+Jonathan Hartley
Larry Hastings
Shane Hathaway
Rycharde Hawkes
diff --git a/Misc/NEWS b/Misc/NEWS
index 2597252..3aecf51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@
Library
-------
+- Issue #11407: `TestCase.run` returns the result object used or created.
+ Contributed by Janathan Hartley.
+
- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified
IP addresses in the proxy exception list.