fix: fix worker task functions handling
[poolifier.git] / CHANGELOG.md
index 42e602065c8365ae9b4335f684ad27b0388dd8db..ab698d75ff93227d209b8d974fd1778768476f7a 100644 (file)
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [2.6.15] - 2023-07-11
 
+### Fixed
+
+- Fix pool starting semantic.
+- Fix worker task functions handling.
+
 ### Added
 
 - Take into account worker node readiness in worker choice strategies.