Merge branch 'master' into feature/task-functions
[poolifier.git] / CHANGELOG.md
index a6b20e1a0b0ea610fa50af70e616a8a5de12792a..d45b76a15f6e4c105f0d7ca35a593fa2ff325929 100644 (file)
@@ -16,9 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Changed
 
 - Disable publication on GitHub packages registry on release until authentication issue is fixed.
+- Rename `listTaskFunctions()` to `listTaskFunctionNames()` in pool and worker API.
 
 ### Added
 
+- Add `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API.
 - Add `startWorkers` to pool options to whether start the minimum number of workers at pool creation or not.
 - Add `start()` method to pool API to start the minimum number of workers.
 - Add `taskStealing` and `tasksStealingOnPressure` to tasks queue options to whether enable task stealing or not and whether enable tasks stealing on back pressure or not.