test: improve INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy test
[poolifier.git] / CHANGELOG.md
index ccd7e49f4fdbccf0e0afaaab1bc16a24199425b5..3128d3fd4e9a39b6f1062c620af3b735950fc51c 100644 (file)
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- Fix worker choice strategy retries mechanism on some edge cases.
+
+## [2.6.30] - 2023-08-19
+
+### Fixed
+
 - Ensure pool event `backPressure` is emitted.
 - Ensure pool event `full` is emitted only once.
 - Ensure worker node cannot be instantiated without proper arguments.