Add changelog entries for nxos_* fixes

This commit is contained in:
Toshio Kuratomi 2018-03-29 19:07:56 -07:00
parent 846bfbf378
commit 89b681a271

View file

@ -131,6 +131,10 @@ Ansible Changes By Release
* Fix a Python3 bug in the vagrant dynamic inventory script: https://github.com/ansible/ansible/pull/37631
* Fix python3 bug in the jira module: https://github.com/ansible/ansible/pull/33862
* Fix consul module's state=absent: https://github.com/ansible/ansible/issues/34628
* fix required args for nxos_snapshot: https://github.com/ansible/ansible/pull/37232
* Properly check that nxos_snapshot parameters that are required in certain circumstances are present:
https://github.com/ansible/ansible/pull/37232
<a id="2.4.3"></a>