summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/69457-free-strategy-handler-race.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/69457-free-strategy-handler-race.yml')
-rw-r--r--changelogs/fragments/69457-free-strategy-handler-race.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/changelogs/fragments/69457-free-strategy-handler-race.yml b/changelogs/fragments/69457-free-strategy-handler-race.yml
deleted file mode 100644
index f9adac0ade..0000000000
--- a/changelogs/fragments/69457-free-strategy-handler-race.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-bugfixes:
-- Prevent a race condition when running handlers using a combination of the free strategy and include_role.
-minor_changes:
-- The results queue and counter for results are now split for standard / handler results. This allows the governing strategy to be truly independent from the handler strategy, which basically follows the linear methodology.