#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
diff --git a/Misc/NEWS b/Misc/NEWS
index 2203621..5d7a81e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,9 @@
 Library
 -------
 
+- Issue #6022: a test file was created in the current working directory by
+  test_get_outputs in Distutils.
+
 - Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
   file is a binary.  Patch by Brodie Rao, tests by Daniel Diniz.