fix: sync worker task performance measurement requirements
[poolifier.git] / CHANGELOG.md
index 53632f35326494021a21fe959ef683a1dd765179..a8d8025146b4fc27430e4f74a505d40cae19700b 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure poolifier worker task performance measurement requirements are synchronized with task function objects' worker choice strategies.
+
 ## [4.0.1] - 2024-05-02
 
 ### Fixed