Browse code

updated changelog with win_copy fix

Jordan Borean authored on 2017/10/06 14:25:15
Showing 1 changed files
... ...
@@ -105,6 +105,7 @@ Ansible Changes By Release
105 105
 * Do not log data field in `docker_secrets` module (https://github.com/ansible/ansible/pull/31366)
106 106
 * Fix rpm_key taking the wrong 8 chars from the keyid (https://github.com/ansible/ansible/pull/31045)
107 107
 * chown errors now more informative
108
+* 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)
108 109
 
109 110
 <a id="2.4"></a>
110 111