From 5fb97aa6c956068e2e732950a0dc0f126a58e0ec Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 12 Dec 2017 15:01:30 +1000 Subject: [PATCH] Updated changelog for windows fetch fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001318370bf..eb1a206a31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ Ansible Changes By Release https://github.com/ansible/ansible/pull/33698 * Fix setting of environment in a task that uses a loop: https://github.com/ansible/ansible/issues/32685 +* Fix fetch on Windows failing to fetch files or particular block size + (https://github.com/ansible/ansible/pull/33697)