diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e788401c7a..1f7269c35be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ v8.0.1 Release Summary --------------- -This release includes some bug fixes for the `s3_object`, `ec2_instance` and `backup_plan_info` modules. +This release includes some bug fixes for the ``s3_object``, ``ec2_instance`` and ``backup_plan_info`` modules. Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2c44605452d..a3a46501ba5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -3047,8 +3047,8 @@ releases: is specified (https://github.com/ansible-collections/amazon.aws/pull/1979). - s3_object - fixed issue which was causing ``MemoryError`` exceptions when downloading large files (https://github.com/ansible-collections/amazon.aws/issues/2107). - release_summary: This release includes some bug fixes for the `s3_object`, `ec2_instance` - and `backup_plan_info` modules. + release_summary: This release includes some bug fixes for the ``s3_object``, ``ec2_instance`` + and ``backup_plan_info`` modules. fragments: - 1979-do-not-ignore-ipv6-addresses.yaml - 2083-backup_plan_info-bugfix-get-info-for-all-plans.yml