From: Jérôme Benoit Date: Fri, 9 Jun 2023 11:32:11 +0000 (+0200) Subject: docs: refine changelog entries X-Git-Tag: v2.6.0~7^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5af9c0f7e2c5fc6c87a2917a60f762d704a6f6fd;p=poolifier.git docs: refine changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb9fc36..e2bb9a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `LEAST_ELU` worker choice strategy. +- Add `LEAST_ELU` worker choice strategy (experimental). ### Changed @@ -66,7 +66,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). +- Add interleaved weighted round robin `INTERLEAVED_WEIGHTED_ROUND_ROBIN` worker choice strategy (experimental). ### Changed