Skip to content

Commit

Permalink
changelog - fix formatting (#1926)
Browse files Browse the repository at this point in the history
changelog - fix formatting

SUMMARY
Fixes an extra backtick that snuck into a changelog fragment.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
changelog.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble authored Dec 13, 2023
1 parent b8bda83 commit d1321c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,7 @@ releases:
(https://github.com/ansible-collections/amazon.aws/pull/1650).
- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time
(https://github.com/ansible-collections/amazon.aws/pull/1848).
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest```
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest``
(https://github.com/ansible-collections/amazon.aws/pull/1847).
- s3_object - fixed ``NoSuchTagSet`` error when S3 endpoint doesn't support
tags (https://github.com/ansible-collections/amazon.aws/issues/1607).
Expand Down Expand Up @@ -2611,7 +2611,7 @@ releases:
bugfixes:
- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time
(https://github.com/ansible-collections/amazon.aws/pull/1848).
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest```
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest``
(https://github.com/ansible-collections/amazon.aws/pull/1847).
- s3_object - when doing a put and specifying ``Content-Type`` in metadata,
this module (since 6.0.0) erroneously set the ``Content-Type`` to ``None``
Expand Down

0 comments on commit d1321c2

Please sign in to comment.