feat: add continuous task stealing
[poolifier.git] / CHANGELOG.md
index 0e8866ffd0b5096aec3d5ce5ab1900cd3f4af8ea..3435faeb07a473b20c5f7047eab75e47308854bf 100644 (file)
@@ -17,6 +17,10 @@ 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