summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-07-05 19:08:29 -0700
committerMatt Clay <matt@mystile.com>2017-07-05 19:08:49 -0700
commit71444d0c37ea9930c579bc7ae55d5a2b05e84bef (patch)
tree6caf80cae9194884bb7acf8c180151d1852c6e66
parent154b0d2210ee63bc9196c9763ef6284964c9efb0 (diff)
downloadansible-71444d0c37ea9930c579bc7ae55d5a2b05e84bef.tar.gz
Update CHANGELOG.md to include wait_for fix.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0321b41c3e..5a4853c9f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ Ansible Changes By Release
* fix for win_chocolatey where trying to upgrade all the packages as per the example docs fails
* fix for win_chocolatey where it did not fail if the version set did not exist
* fix for win_regedit always changing a reg key if the dword values set is a hex
+* fix for wait_for on non-Linux systems with newer versions of psutil
## 2.3.1 "Ramble On" - 2017-06-01