From: Jérôme Benoit Date: Sun, 11 Jun 2023 22:17:12 +0000 (+0200) Subject: docs: update changelog entries X-Git-Tag: v2.6.2~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a9e89d008c411aeaa9cc2066ff55be6828c19772;p=poolifier.git docs: update changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 993b97d6..1daa1ea2 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 + +- Fix new worker use after creation in dynamic pool given the current worker choice strategy. + ## [2.6.1] - 2023-06-10 ### Added