1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

add changelog fragment for changes merged in #47695 (#48305)

This commit is contained in:
Daniel Shepherd 2018-11-07 20:34:28 -05:00 committed by Jordan Borean
parent cc5b9c5fe1
commit e212861443

View file

@ -0,0 +1,8 @@
---
bugfixes:
- "pamd: update regex to allow leading dash and retain EOF newline (see https://github.com/ansible/ansible/issues/47418)"
- "pamd: fix state: updated idempotence (see https://github.com/ansible/ansible/issues/47083)"
- "pamd: fix state: args_present idempotence (see https://github.com/ansible/ansible/issues/47197)"
minor_changes:
- "pamd: remove description from RETURN values as it is unnecessary"