diff --git a/changelogs/fragments/81346-copy-recursive-diff-fix.yml b/changelogs/fragments/81346-copy-recursive-diff-fix.yml index f7b91a68bf1..de80936700d 100644 --- a/changelogs/fragments/81346-copy-recursive-diff-fix.yml +++ b/changelogs/fragments/81346-copy-recursive-diff-fix.yml @@ -1,2 +1,2 @@ bugfixes: -- copy now returns the diff for all content when copying recursively with remote_src=false. This does not yet include the creation of blank files, multiple parent directories, or changes to attributes. +- copy now returns the diff for all content when copying recursively with remote_src=false. This does not yet include the creation of blank files, multiple parent directories, or simultaneous changes to attributes and content (in this case, just content is returned).