diff --git a/changelogs/fragments/448-s3_lifecycle-stability.yml b/changelogs/fragments/448-s3_lifecycle-stability.yml index e8d0a73a805..972a91eb813 100644 --- a/changelogs/fragments/448-s3_lifecycle-stability.yml +++ b/changelogs/fragments/448-s3_lifecycle-stability.yml @@ -1,2 +1,4 @@ minor_changes: - s3_lifecycle - Add retries on common AWS failures (https://github.com/ansible-collections/community.aws/pull/448). +- s3_lifecycle - Fix idempotency when using dates instead of days (https://github.com/ansible-collections/community.aws/pull/448). +- s3_lifecycle - Add a ``wait`` parameter to wait for changes to propagate after being set (https://github.com/ansible-collections/community.aws/pull/448).