X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=0e8866ffd0b5096aec3d5ce5ab1900cd3f4af8ea;hb=48f2178d87f280366fc2ffe99048036cdb7852ee;hp=3435faeb07a473b20c5f7047eab75e47308854bf;hpb=033f1776d603b75ce8dcd763278a1ce8fca5c479;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 3435faeb..0e8866ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update simple moving average implementation to use a circular buffer. - Update simple moving median implementation to use a circular buffer. -### Added - -- Support for continuous tasks stealing. - ## [2.6.34] - 2023-08-24 ### Fixes