summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-01-15 10:40:20 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-01-15 10:40:20 -0800
commit79f359ac99802d90c832f950b130fa3b36fb1585 (patch)
tree7a53c9eea915988eb41d3de67a602d476ed3dccf
parent0b0b02fd7252bb152adae98fbd6a185639525532 (diff)
downloadansible-79f359ac99802d90c832f950b130fa3b36fb1585.tar.gz
Add nxos_banner and win_dns_client module fixes to changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87e272b54f..5408350627 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
<a id="2.4.2"></a>