diff --git a/changelogs/fragments/4052-fix-detection-of-installed-cargo-packages-with-hyphens.yaml b/changelogs/fragments/4052-fix-detection-of-installed-cargo-packages-with-hyphens.yaml new file mode 100644 index 0000000000..6965bdfb83 --- /dev/null +++ b/changelogs/fragments/4052-fix-detection-of-installed-cargo-packages-with-hyphens.yaml @@ -0,0 +1,2 @@ +bugfixes: + - cargo - fix incorrectly reported changed status for packages with a name containing a hyphen (https://github.com/ansible-collections/community.general/issues/4044, https://github.com/ansible-collections/community.general/pull/4052).