From 4a08e07da00e801557b1de228bd2c50a8f96b79b Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 15 Feb 2018 14:28:09 -0800 Subject: [PATCH] Add changelog entries for some more 2.4.4 fixes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c215702d37..07a0866340e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,12 @@ Ansible Changes By Release * spelling fixes (https://github.com/ansible/ansible/pull/36007) * avoid needles vault prompt on ansible-console (https://github.com/ansible/ansible/pull/36244) * fix callback function signatures (https://github.com/ansible/ansible/pull/35664) +* Clarify error message from convert_bool() + https://github.com/ansible/ansible/pull/36041 +* Fix EC2 C5 instance_type fact to be kvm: + https://github.com/ansible/ansible/pull/35063 +* Fix templating of loop_control properties: + https://github.com/ansible/ansible/pull/36124