summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-12-15 09:51:32 -0800
committerToshio Kuratomi <a.badger@gmail.com>2017-12-15 09:51:32 -0800
commitaa5081850691fa318653104d9f1a66db8ee0263a (patch)
treec959345c9c2b3f9c7b6256e97262b1b8b7142880
parent86fbaffc07da7a124909995920e60b98bc13400f (diff)
downloadansible-aa5081850691fa318653104d9f1a66db8ee0263a.tar.gz
changelog for file attribute fix
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4701f8560..c41439b518 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,8 @@ Ansible Changes By Release
* Handle vault filenames with nonascii chars when displaying messages (https://github.com/ansible/ansible/pull/33926)
* Fix win_iis_webapppool to not return passwords
(https://github.com/ansible/ansible/pull/33931)
+* Fix extended file attributes detection and changing:
+ (https://github.com/ansible/ansible/pull/18731)
<a id="2.4.2"></a>