X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=6c56fd72386c305e5e50f7041e6a31314f9af88a;hb=0682ba158c6af9ffc453f38bd7d16438eab97695;hp=c2a0b95f4659dd589b3b3b089ad2c998b8ba00a5;hpb=9d16d33ed1bd28d0ff17e278b6a26c9a4f1d1200;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a0b95f..6c56fd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use O(1) queue implementation for tasks queueing. +### Fixed + +- Fix median computation implementation. +- Fix fair share worker choice strategy internals update. + ## [2.4.11] - 2023-04-23 ### Changed