build(ci): fix coverage
[poolifier.git] / CHANGELOG.md
index e60b3dbd25a92070b5e5425db9c7d2c359ab1d67..f14840c84016eb7dbae7017e5835591c66254b6b 100644 (file)
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.11] - 2023-12-24
+
+### Fixed
+
+- Avoid worker node cross tasks stealing.
+- Ensure only half the pool worker nodes can steal tasks.
+
+## [3.1.10] - 2023-12-23
+
+### Changed
+
+- Avoid useless branching on pool type.
+
 ## [3.1.9] - 2023-12-22
 
 ### Changed