diff --git a/changelogs/fragments/2.25.0.yml b/changelogs/fragments/2.25.0.yml new file mode 100644 index 00000000..512efc99 --- /dev/null +++ b/changelogs/fragments/2.25.0.yml @@ -0,0 +1 @@ +release_summary: Feature release. diff --git a/changelogs/fragments/luks_device_passphrase_newlines.yml b/changelogs/fragments/luks_device_passphrase_newlines.yml index 281cba52..c5494b9d 100644 --- a/changelogs/fragments/luks_device_passphrase_newlines.yml +++ b/changelogs/fragments/luks_device_passphrase_newlines.yml @@ -1,2 +1,2 @@ -bugfixes: +minor_changes: - luks_device - allow passphrases to contain newlines (https://github.com/ansible-collections/community.crypto/pull/844).