X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=774ec5f2179143213b6b03ad0d42781bf5fe1f95;hb=10e2aa7eed41bc326d02cf6055242768465ecdc5;hp=02964beb3c29d6bb61916b10f26133bbf7acfdb7;hpb=782299f8cd972f86b51c7d92c528d44bcd2b1204;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 02964beb..774ec5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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. + ## [2.6.13] - 2023-07-10 ### Added