X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=9058bed670386b13d551213ac93b50187b5597be;hb=dc32abbbbd36504ce933a0403cc245899c25a828;hp=8466e2baab4542741f54fae07909f2205c52c385;hpb=a6a2dc4c2e3b352d0b207aa652d8280ce8f640d4;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 8466e2ba..9058bed6 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 - Ensure no tasks are queued when trying to soft kill a dynamic worker. +### Changed + +- Optimize O(1) queue implementation. + ## [2.6.2] - 2023-06-12 ### Fixed