From a4418fffa2337260abed7b7f596016301b74ec97 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 5 Jan 2018 07:14:27 +1000 Subject: [PATCH] Updated changelog for win_package fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fdda1fa81..0b76b2f882a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,8 @@ Ansible Changes By Release * Fix case for multilib when installing from a file in the yum module (https://github.com/ansible/ansible/pull/32236) * Fix WinRM parsing/escaping of IPv6 addresses (https://github.com/ansible/ansible/pull/34072) +* Fix win_package to detect MSI regardless of the extension case + (https://github.com/ansible/ansible/issues/34465)