feat: add transferable objects support to worker_threads pool
[poolifier.git] / CHANGELOG.md
index 34007bc5257adb2d1704c44bca7b00ec478c1518..95fbef8b5516e1c536fd4fd2e4db5b4fc87c9d63 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Add array of transferable objects to the `execute()` method arguments.
+
 ## [2.6.23] - 2023-08-11
 
 ### Fixed