summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <jborean93@gmail.com>2017-07-05 08:31:12 +1000
committerJordan <jborean93@gmail.com>2017-07-05 08:31:12 +1000
commitb223c7e0a2f4e190e629834b3675b2b3977727a2 (patch)
treed07400e9d95003552e6df3e74233a925227dcf5d
parentffadbf680d0b0c11d2f63d703f58421fe9e7f156 (diff)
downloadansible-b223c7e0a2f4e190e629834b3675b2b3977727a2.tar.gz
changelog: fix for win_chocolatey where it didn't fail if the version did not exist
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15ca817e08..0321b41c3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,6 +43,7 @@ Ansible Changes By Release
* fix missing type bool in module cs_zone
* fix KeyError: 'sshkeypair' in cs_instance module for CloudStack v4.5 and before
* 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
## 2.3.1 "Ramble On" - 2017-06-01