Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
diff --git a/Misc/NEWS b/Misc/NEWS
index ac54ab8..9878199 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,9 @@
 Library
 -------
 
+- Issue #1885: distutils. When running sdist with --formats=tar,gztar
+  the tar file was overriden by the gztar one.
+
 - Issue #4863: distutils.mwerkscompiler has been removed.
 
 - Added a new function:  itertools.compress().