X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=083f81797d9962e7e24355a8e3a09b56a2064383;hb=f7d15c1217381b306300beb7926b42fde93bc579;hp=b6ba6fba70f58830691c9da795caedaf51595354;hpb=f789bd30490f446ba95b414b30f5e271cdfee83b;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ba6fba..083f8179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.0] - 2023-09-19 + ### Fixed - Fix task stealing related tasks queue options handling at runtime. @@ -17,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `hasTaskFunction()`, `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API. +- Add `hasTaskFunction()`, `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API: [PR #1148](https://github.com/poolifier/poolifier/pull/1148). - Stricter worker constructor arguments validation. ## [2.6.45] - 2023-09-17