refactor: use object destructuration in worker message listener
[poolifier.git] / CHANGELOG.md
index 13defe7d0c3f5a34d5d96ea6cd3818ac55aaccf8..bb18720ddb35adb16648735667bf3bd6c5859dec 100644 (file)
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- Ensure continuous tasks stealing on idle start at worker node idling
+
+## [3.0.7] - 2023-11-24
+
+### Changed
+
+- Make continuous tasks stealing start at worker node idling.
+
+## [3.0.6] - 2023-11-24
+
+### Fixed
+
 - Ensure pool statuses are checked at initialization, `start()` or `destroy()`.
 - Ensure pool `ready` event can be emitted after several `start()/destroy()` cycles.