repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1789b1e
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 11 Jun 2024 16:52:19 +0000
(18:52 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 11 Jun 2024 16:52:19 +0000
(18:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 27b2a232025762295702b126bff9ba3c5c4d5e86..06559dfb4b2e561ca422dfbbc92b311c6d890662 100644
(file)
--- 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