X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=0524a58c282322d505ada5b3b6e2a34ded4a39af;hb=71002f09cd4b8ac7b8c6d5704222eb045acd1d7a;hp=27033633acacc75d95b79e9ea7414e243ca60954;hpb=802983837716dc38305c13f905a1977688365293;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 27033633..0524a58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Switch pool event emitter to `EventEmitterAsyncResource`. - Add tasks wait time accounting in per worker tasks usage. +- Add interleaved weighted round robin worker choice strategy (experimental). ### Changed