From: Jérôme Benoit Date: Fri, 20 Oct 2023 05:26:22 +0000 (+0200) Subject: docs: add changelog entry X-Git-Tag: v3.0.4~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=03fb313b4053e05ae5267bd149d82a46dd1c4cd7;p=poolifier.git docs: add changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 31425995..054e2488 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] +### Changed + +- Use builtin retry mechanism in worker choice strategies instead of custom one. + ## [3.0.3] - 2023-10-19 ### Fixed