Fix #14772: Return the destination from some shutil functions.
diff --git a/Misc/NEWS b/Misc/NEWS
index 93aeaf8..de7a2c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@
 Library
 -------
 
+- Issue #14772: Return destination values from some shutil functions.
+
 - Issue #15064: Implement context manager protocol for multiprocessing types
 
 - Issue #15101: Make pool finalizer avoid joining current thread.