From: Jérôme Benoit Date: Thu, 31 Aug 2023 23:39:03 +0000 (+0200) Subject: docs: add changelog entry X-Git-Tag: v2.6.40~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=68738842d04ffbdbadc93c9bfbd7d2b129cdffdc;p=poolifier.git docs: add changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8d563a..d29f9005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Do not pre-choose in WRR worker choice strategy to avoid bias. +- Avoid array out of bound in worker choice strategies after worker node removal. ## [2.6.39] - 2023-08-30