X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=4ad7fe489eeee19c6c2f4734639f1d90f8a4755e;hb=e37080f156ca37f1900e0a6b1a53056134064a9a;hp=d29f900553504f9788f0d86d0465bde2d17c3d72;hpb=68738842d04ffbdbadc93c9bfbd7d2b129cdffdc;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index d29f9005..4ad7fe48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.40] - 2023-09-01 + ### Fixed - Do not pre-choose in WRR worker choice strategy to avoid bias.