X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=774ec5f2179143213b6b03ad0d42781bf5fe1f95;hb=10e2aa7eed41bc326d02cf6055242768465ecdc5;hp=b2d3b81106d5a9ad712bbf738cb04ff853a36131;hpb=7e0388f2750ecb9d6ecce5173066774a8ad1cc7b;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d3b811..774ec5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Take into account worker node readiness in worker choice strategies. + +## [2.6.14] - 2023-07-10 + ### Fixed - Fix task function statistics tracking.