From ee210e4d5b1f0a02437851784df12625b2c05b62 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Wed, 1 Nov 2017 21:32:28 +0530 Subject: [PATCH] Add ios_logging fixes to changelog 2.4.2beta2 (#32447) Signed-off-by: Trishna Guha --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f042fc9c93d..ad8d5d1aa56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,7 +108,10 @@ Ansible Changes By Release (https://github.com/ansible/ansible/issues/32255) * Fix check mode when deleting ACS instance in azure_rm_acs module: (https://github.com/ansible/ansible/pull/32063) - +* Fix ios_logging smaller issues and make default size for buffered work: + (https://github.com/ansible/ansible/pull/32321) +* Fix ios_logging module issue where facility is being deleted along with host: + (https://github.com/ansible/ansible/pull/32234)