From 3059c5138cb18ab1cc1a305bf6f91322177d36dc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 May 2026 16:40:16 +0200 Subject: [PATCH] Fix changelog fragment. (#720) The changelog fragment for #687 claims that a feature is removed, which isn't the case. It's a simple bugfix. --- changelogs/fragments/patch_removed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/patch_removed.yml b/changelogs/fragments/patch_removed.yml index 579f64f..46e8b10 100644 --- a/changelogs/fragments/patch_removed.yml +++ b/changelogs/fragments/patch_removed.yml @@ -1,3 +1,3 @@ --- -removed_features: - - patch - removed deprecated _AnsibleActionDone API (https://github.com/ansible-collections/ansible.posix/pull/687). +bugfixes: + - patch - removed use of deprecated ``_AnsibleActionDone`` API (https://github.com/ansible-collections/ansible.posix/pull/687).