From e4c2872b7fe05b523f201d4c4be5ae6fcb4ffaff Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 7 Dec 2017 06:57:18 +1000 Subject: [PATCH] updated changelog with win_copy fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ed5cf6015..7ec87a95a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/33252) * Fix quote filter when given an integer to quote (https://github.com/ansible/ansible/issues/33272) * nxos_vrf_interface fix when validating the interface (https://github.com/ansible/ansible/issues/33227) - +* Fix for win_copy when sourcing files from an SMBv1 share + (https://github.com/ansible/ansible/pull/33576)