From 8c92bcc10e7a990279b154993744bddd3702eaa0 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:46:14 +0100 Subject: [PATCH] Add changelog fragment --- ...-fix-detection-of-installed-cargo-packages-with-hyphens.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/4052-fix-detection-of-installed-cargo-packages-with-hyphens.yaml 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).