From 79f359ac99802d90c832f950b130fa3b36fb1585 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 15 Jan 2018 10:40:20 -0800 Subject: [PATCH] Add nxos_banner and win_dns_client module fixes to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e272b54ff..54083506279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,10 @@ Ansible Changes By Release https://github.com/ansible/ansible/pull/34854 * fixes memory usage issues with many blocks/includes https://github.com/ansible/ansible/issues/31673 +* Fix to win_dns_client module to take ordering of DNS servers to resolve into account: + https://github.com/ansible/ansible/pull/34656 +* Fix for the nxos_banner module where some nxos images nest the output inside of an additional dict: + https://github.com/ansible/ansible/pull/34695