X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=6fc51a923075a414b763c8d727d6fd5666c11b27;hb=cf42a4cf7d6702c084f6607522e1683deaf7bca2;hp=956072b34fa99b1c988a8af0b65262ddf7455a61;hpb=686b339ec9cdce9d5fcaa92ae3b04cbc0b364f42;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 956072b3..6fc51a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.11] - 2024-05-21 + ### Changed - Switch to optimized circular buffer implementation to store task execution measurements.