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