fix: fix tasks stealing dynamic worker node handling
[poolifier.git] / CHANGELOG.md
index 2348d103e066bd223fe2c8f8f344007be6f74246..257f095b39d55b90caff617af3c5ae23a8d7d484 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure tasks stealing dynamic worker node is not destroyed on inactivity.
+
 ## [4.0.9] - 2024-05-19
 
 ### Changed