From: Jérôme Benoit Date: Thu, 24 Aug 2023 21:36:16 +0000 (+0200) Subject: docs: update changelog entries X-Git-Tag: v2.6.35~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ec7655ae6bd7ed694b3ced43de3cdb25ce6ec14c;p=poolifier.git docs: update changelog entries Signed-off-by: Jérôme Benoit --- 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