X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=5f28a17862be1090a05364b205b6df8628625af8;hb=44b95861ed9dfa91b25f397c9b3cad9586454546;hp=42e602065c8365ae9b4335f684ad27b0388dd8db;hpb=ddd3b9b0e0f75d9a7c792a4729b07f2216648462;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e60206..5f28a178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.6.15] - 2023-07-11 +### Fixed + +- Fix pool startup detection. +- Fix worker task functions handling. + ### Added - Take into account worker node readiness in worker choice strategies.