mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 11:04:00 -07:00
* use f-strings * add changelog frag * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
14 lines
1.8 KiB
YAML
14 lines
1.8 KiB
YAML
minor_changes:
|
|
- wsl connection plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- accumulate filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- counter filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- crc32 filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- groupby_as_dict filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- hashids filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- json_query filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- lists filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- random_mac filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- time filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- unicode_normalize filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- passwordstore lookup plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|
|
- ansible_type plugin_utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899).
|