From 21c9a716b6df326afe50f72c72bc9d4df511a3f7 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 6 Oct 2017 15:25:15 +1000 Subject: [PATCH] updated changelog with win_copy fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)