#6118: dont ignore encoding arguments for arguments with spaces in quote_plus().
diff --git a/Misc/NEWS b/Misc/NEWS
index 91b5dfc..e8e2e55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@
 Library
 -------
 
+- Issue #6118: urllib.parse.quote_plus ignored the encoding and errors
+  arguments for strings with a space in them.
+
 - In unittest, using a skipping decorator on a class is now equivalent to
   skipping every test on the class.  The ClassTestSuite class has been removed.