From: Jérôme Benoit Date: Fri, 15 Sep 2023 19:05:48 +0000 (+0200) Subject: docs: add changelog entries X-Git-Tag: v2.7.0~1^2~31 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=09d9af02a56001cca72aa9678e87f4e7fcac2fe8;p=poolifier.git docs: add changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 59182946c..f1857ed75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,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. ## [2.6.44] - 2023-09-08