fix: fix continuous tasks stealing on idle start at worker node idling
[poolifier.git] / CHANGELOG.md
index 49935144bd9349bc0e177271fc55586eb95e560e..bb18720ddb35adb16648735667bf3bd6c5859dec 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure continuous tasks stealing on idle start at worker node idling
+
 ## [3.0.7] - 2023-11-24
 
 ### Changed