Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
diff --git a/Misc/NEWS b/Misc/NEWS
index 25ef541..eaf2452 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,6 +318,8 @@
 Library
 -------
 
+- Issue #6547: Added the ignore_dangling_symlinks option to shutil.copytree.
+
 - Issue #1540112: Now allowing the choice of a copy function in 
   shutil.copytree.