summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2017-11-02 09:38:27 +1000
committerJordan Borean <jborean93@gmail.com>2017-11-02 09:38:27 +1000
commitb2f3dc90528c9dcb475ce37044fe4c4ea428d516 (patch)
tree0722012f728f1f93c6cf4a852bc4bf70f1293635
parent6a7333950ab029d460cd68a0df9fe32686a3c9a3 (diff)
downloadansible-b2f3dc90528c9dcb475ce37044fe4c4ea428d516.tar.gz
updated changelog with win_find fix
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7699f0b0f8..3ff247201c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -116,6 +116,8 @@ Ansible Changes By Release
* Fix eos_eapi to enable non-default vrfs if the default vrf is already configured (https://github.com/ansible/ansible/pull/32112)
* Fix network parse_cli filter in case of single match is not caught when using start_block and end_block
(https://github.com/ansible/ansible/pull/31092)
+* Fix win_find failing on files it can't access, change behaviour to be more
+ like the find module (https://github.com/ansible/ansible/issues/31898)
<a id="2.4.1"></a>