chore: v3.1.12-0
[poolifier.git] / CHANGELOG.md
index e60b3dbd25a92070b5e5425db9c7d2c359ab1d67..18ac1504d5d0930a34efa31f144a6caee7b073e5 100644 (file)
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.12-0] - 2023-12-27
+
+### Fixed
+
+- Fix tasks redistribution triggers at pool destroying.
+
+## [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