Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ff1326..3b0e813 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,8 @@
 Library
 -------
 
+- Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
+
 - Issue #10899: No function type annotations in the standard library.
   Removed function type annotations from _pyio.py.