diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1ce8f4ef2..161e1768c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,7 @@ Ansible Changes By Release * Do not log data field in `docker_secrets` module (https://github.com/ansible/ansible/pull/31366) * Fix rpm_key taking the wrong 8 chars from the keyid (https://github.com/ansible/ansible/pull/31045) * chown errors now more informative +* Fix for win_copy to copy a source file that has invalid windows characters in the filename, the dest still must be have valid windows characters (https://github.com/ansible/ansible/issues/31336#issuecomment-334649927)