#12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names.
diff --git a/Misc/NEWS b/Misc/NEWS
index cd3e731..b2d9e84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1144,6 +1144,9 @@
 
 - Issue #9347: Fix formatting for tuples in argparse type= error messages.
 
+- Issue #12191: Added shutil.chown() to change user and/or group owner of a
+  given path also specifying their names.
+
 Build
 -----