summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-02-24 14:05:02 -0500
committerGitHub <noreply@github.com>2022-02-24 11:05:02 -0800
commit6a7009a84f550c5a9573c1aa1337c0f3960a2415 (patch)
treee84048e2bef674b4ae2cac8839c127e977de35a7 /docs
parent749063968b34a89c9d1b30222b48577a4779e77d (diff)
downloadansible-6a7009a84f550c5a9573c1aa1337c0f3960a2415.tar.gz
use present tense in changelog example (#77138)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/community/collection_development_process.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/community/collection_development_process.rst b/docs/docsite/rst/community/collection_development_process.rst
index 0e4210baf4..87bd736536 100644
--- a/docs/docsite/rst/community/collection_development_process.rst
+++ b/docs/docsite/rst/community/collection_development_process.rst
@@ -83,7 +83,7 @@ A single changelog fragment may contain multiple sections but most will only con
.. code-block:: yaml
breaking_changes:
- - ec2_instance - instance wait for state behavior has changed. If plays require the old behavior of waiting for the instance monitoring status to become OK when launching a new instance, the action will need to specify ``state: started`` (https://github.com/ansible-collections/amazon.aws/pull/481).
+ - ec2_instance - instance wait for state behavior no longer waits for the instance monitoring status to become OK when launching a new instance. If plays require the old behavior, the action will need to specify ``state: started`` (https://github.com/ansible-collections/amazon.aws/pull/481).
**major_changes**