X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=286623fb64c171a29874cbf39a9fbbd2453cc3b4;hb=d854790162e5f554fdda30b082d362fe14a9ac43;hp=b28d6eb61ff41020ddfafff5dbcba30a8fab52cd;hpb=b40c4b06563e29d2d2e51a3cc6c0d58b9e72ff7a;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index b28d6eb6..286623fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bundle typescript types declaration into one file. +### Changed + +- Improve interleaved weighted round robin worker choice strategy implementation. + ## [2.6.37] - 2023-08-28 ### Fixed