From 81b181c76db7133df9d36fa1ba0c60483e10c5ed Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 29 Oct 2025 19:45:17 +0100 Subject: [PATCH] Mention more PRs that have no changelog. --- changelogs/fragments/python-3-modernization.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelogs/fragments/python-3-modernization.yml b/changelogs/fragments/python-3-modernization.yml index 36c264151f..eff020c86c 100644 --- a/changelogs/fragments/python-3-modernization.yml +++ b/changelogs/fragments/python-3-modernization.yml @@ -2,9 +2,12 @@ minor_changes: - >- Modernize code for Python 3.7+ (https://github.com/ansible-collections/community.general/pull/10285, + https://github.com/ansible-collections/community.general/pull/10886, https://github.com/ansible-collections/community.general/pull/10891, https://github.com/ansible-collections/community.general/pull/10892, + https://github.com/ansible-collections/community.general/pull/10897, https://github.com/ansible-collections/community.general/pull/10899, + https://github.com/ansible-collections/community.general/pull/10902, https://github.com/ansible-collections/community.general/pull/10903, https://github.com/ansible-collections/community.general/pull/10904, https://github.com/ansible-collections/community.general/pull/10907, @@ -30,4 +33,7 @@ minor_changes: https://github.com/ansible-collections/community.general/pull/10978, https://github.com/ansible-collections/community.general/pull/10979, https://github.com/ansible-collections/community.general/pull/10980, - https://github.com/ansible-collections/community.general/pull/10981) + https://github.com/ansible-collections/community.general/pull/10981, + https://github.com/ansible-collections/community.general/pull/10992, + https://github.com/ansible-collections/community.general/pull/10993, + https://github.com/ansible-collections/community.general/pull/10997).