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