Merge branch 'feature/task-functions' of github.com:poolifier/poolifier into feature...
[poolifier.git] / CHANGELOG.md
index a6b20e1a0b0ea610fa50af70e616a8a5de12792a..b6ba6fba70f58830691c9da795caedaf51595354 100644 (file)
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Fix task stealing related tasks queue options handling at runtime.
 
+### Changed
+
+- Rename `listTaskFunctions()` to `listTaskFunctionNames()` in pool and worker API.
+
+### Added
+
+- Add `hasTaskFunction()`, `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API.
+- Stricter worker constructor arguments validation.
+
 ## [2.6.45] - 2023-09-17
 
 ### Changed