From: Jérôme Benoit Date: Tue, 11 Jun 2024 16:52:19 +0000 (+0200) Subject: docs: add changelog entry X-Git-Tag: v4.0.14~1^2~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1b82b7cd84cca268fc9950766eb5806071f208e1;p=poolifier.git docs: add changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b2a232..06559dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Add mapExecute() helper to execute a task function on an iterable data's input + and return an array of responses. + ## [4.0.13] - 2024-05-29 ### Changed