X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=5ac36cccf365c49ac064ffc70e9885711509cf3f;hb=82ea6492d3318a170559bb57501dc16023bb18d8;hp=1ae2e31b5ae37386745b4c088156e6a57f8dfc3f;hpb=5c30b9d94384214b24f11ea7e68a54efaa6795b7;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae2e31b..5ac36ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -298,7 +298,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix typescript type definition for worker function: ensure the input data is optional. +- Fix typescript type definition for task function: ensure the input data is optional. - Fix typescript type definition for pool execute(): ensure the input data is optional. ## [2.4.9] - 2023-04-15 @@ -315,7 +315,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix worker function type definition and validation. +- Fix task function type definition and validation. - Fix worker choice strategy options handling. ## [2.4.8] - 2023-04-12