From 559fcbe531f2df2940fb51f3813849f980ad3b85 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 25 Aug 2016 21:54:10 -0700 Subject: [PATCH] Add fetch fix to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00776977a5a..013ea7b4e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Ansible Changes By Release ###Minor Changes: * Fix a bug with async's poll keyword not making use of ansible_python_interpreter to run (and thus breaking when /usr/bin/python is not present on the remote machine.) * Fix a bug where hosts that started with a range in inventory were being treated as an invalid section header. - +* Fix a bug where the fetch module was not idempotent when retrieving the target of a symlink. ## 2.1.1 "The Song Remains the Same" - 07-28-2016 ###Minor Changes: