From 5f1600e2858ddf97ebd1fbcf22c4b033e739dd34 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Sun, 10 May 2026 22:41:24 +1200 Subject: [PATCH] docs(iso_create): add changelog fragment for #12028 Co-Authored-By: Claude Sonnet 4.6 --- changelogs/fragments/12028-iso-create-sanitize.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/12028-iso-create-sanitize.yml diff --git a/changelogs/fragments/12028-iso-create-sanitize.yml b/changelogs/fragments/12028-iso-create-sanitize.yml new file mode 100644 index 0000000000..4d84925889 --- /dev/null +++ b/changelogs/fragments/12028-iso-create-sanitize.yml @@ -0,0 +1,4 @@ +bugfixes: + - iso_create - fix failure with non-conforming ISO9660 path characters + (https://github.com/ansible-collections/community.general/issues/5103, + https://github.com/ansible-collections/community.general/pull/12028).