X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=52aaa398d1cae5ceaa82be516fd3d9231f50297a;hb=e710b657465a20277ed08e7421bd3c7078306977;hp=8466e2baab4542741f54fae07909f2205c52c385;hpb=a6a2dc4c2e3b352d0b207aa652d8280ce8f640d4;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 8466e2ba..52aaa398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.3] - 2023-06-19 + ### Fixed - Ensure no tasks are queued when trying to soft kill a dynamic worker. +- Update strategies internals after statistics computation. + +### Changed + +- Optimize O(1) queue implementation. ## [2.6.2] - 2023-06-12