From b223c7e0a2f4e190e629834b3675b2b3977727a2 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 5 Jul 2017 08:31:12 +1000 Subject: [PATCH] changelog: fix for win_chocolatey where it didn't fail if the version did not exist --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ca817e088..0321b41c3e4 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