Merge pull request #2365 from poolifier/map-execute
[poolifier.git] / CHANGELOG.md
index 6fc51a923075a414b763c8d727d6fd5666c11b27..b27700999746c9bfb7d2baffed5b616ead6198ca 100644 (file)
@@ -7,6 +7,23 @@ 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.
+
+## [4.0.13] - 2024-05-29
+
+### Changed
+
+- Optimize tasks queue implementation.
+- Enable prioritized tasks queueing only when necessary.
+
+## [4.0.12] - 2024-05-25
+
+### Changed
+
+- Optimize circular buffer implementation to store task execution measurements.
+
 ## [4.0.11] - 2024-05-21
 
 ### Changed