docs: add changelog entry for IWRR worker choice strategy
[poolifier.git] / CHANGELOG.md
index 27033633acacc75d95b79e9ea7414e243ca60954..0524a58c282322d505ada5b3b6e2a34ded4a39af 100644 (file)
@@ -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