From 1009d5cb2839d5360c1596f2f04a9cca7425f832 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 18 May 2026 13:23:47 +0900 Subject: [PATCH] Fix changelog fragment. (#720) (#737) The changelog fragment for #687 claims that a feature is removed, which isn't the case. It's a simple bugfix. (cherry picked from commit 3059c5138cb18ab1cc1a305bf6f91322177d36dc) Co-authored-by: Felix Fontein --- 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).