X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=993b97d653cf5b179cc43b0cc9ada4fb016ecb32;hb=6c6afb8463782af0689101b7c67cea80df83018f;hp=ea36db29a85fb7ba4bc54248edcd4755cfbeb5e9;hpb=f1c0693012b2ec60fe1a0cbf457015b3f874e96f;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ea36db29..993b97d6 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] +## [2.6.1] - 2023-06-10 + +### Added + +- Add worker choice strategy documentation: [README.md](./src/pools/selection-strategies/README.md). + ### Fixed - Fix average statistics computation: ensure failed tasks are not accounted.