From 6c94ab7c6b675aa20115c88a795d7b96689cf350 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Fri, 20 Nov 2020 23:13:07 +0330 Subject: [PATCH] Change bugfixes to breaking_changes in 1083 changelog (#1341) --- changelogs/fragments/1083-archive-remove-path-folder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/1083-archive-remove-path-folder.yml b/changelogs/fragments/1083-archive-remove-path-folder.yml index 2a7ef76b86..506467dc8b 100644 --- a/changelogs/fragments/1083-archive-remove-path-folder.yml +++ b/changelogs/fragments/1083-archive-remove-path-folder.yml @@ -1,3 +1,3 @@ --- -bugfixes: +breaking_changes: - archive - remove path folder itself when ``remove`` paramater is true (https://github.com/ansible-collections/community.general/issues/1041).