fix: fix pool `execute()` arguments checking
[poolifier.git] / CHANGELOG.md
index 7fd003879795606a2256d2b1a215594ff6510c27..391be208cd908e6e97303176105cf7abcf132067 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix pool `execute()` arguments check.
+
 ### Changed
 
 - Make continuous tasks stealing algorithm less aggressive.