From b65496eecec2f8c43b29fe2b30218f4d19b7ccbb Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 27 Oct 2017 12:11:26 +1000 Subject: [PATCH] Changelog win_package TLS fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8293e297eea..6d859c0b590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,7 +82,8 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/32169) * Enable echo for `pause` module: (https://github.com/ansible/ansible/issues/14160) * Fix for `hashi_vault` lookup to return all keys at a given path when no key is specified (https://github.com/ansible/ansible/pull/32182) - +* Fix for `win_package` to allow TLS 1.1 and 1.2 on web requests: + (https://github.com/ansible/ansible/pull/32184)