Add missing changelog fragments

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-06-12 13:13:05 -04:00 committed by Toshio Kuratomi
parent 0a8d237238
commit 335c2026fa
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- Fix python3 compat issue with network/common/config.py - https://github.com/ansible/ansible/pull/55223

View file

@ -0,0 +1,3 @@
bugfixes:
- Fixes the IOS_NTP integration TC failure, where TC was failing coz of missing configuration which needed to be
set before firing the TC. - https://github.com/ansible/ansible/pull/57481.

View file

@ -0,0 +1,2 @@
bugfixes:
- Fixes the IOS_SMOKE integration TC failure - https://github.com/ansible/ansible/pull/57665.