Merge pull request #2365 from poolifier/map-execute
[poolifier.git] / CHANGELOG.md
index 410f4f178c3ee263a1195ef4b2db24e3ca5bbc0c..b27700999746c9bfb7d2baffed5b616ead6198ca 100644 (file)
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
+- Add mapExecute() helper to execute a task function on an iterable data's input.
+
+## [4.0.13] - 2024-05-29
+
+### Changed
+
 - Optimize tasks queue implementation.
 - Enable prioritized tasks queueing only when necessary.