From: Jérôme Benoit Date: Mon, 28 Aug 2023 16:11:32 +0000 (+0200) Subject: docs: add changelog entry X-Git-Tag: v2.6.37~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=574c5c8d12f5c31391f21acc5ccf69131307af31;p=poolifier.git docs: add changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd21047..825d8aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Rename worker choice strategy options `choiceRetries` to `retries`. +- Avoid unnecessary branching in worker choice strategies. ## [2.6.36] - 2023-08-27