From 9e3c104d1e6f654b37cc385e644d1e6796ffcf9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 30 Apr 2024 19:22:21 +0200 Subject: [PATCH] docs: refine changelog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c799c5a8..61d22925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to ### Fixed -- Ensure settings worker choice strategy options at runtime are propagated to +- Ensure worker choice strategy options changes at runtime are propagated to poolifier workers. - Do not reset worker node usage statistics at worker choice strategy runtime change.