fix: fix worker choice strategy retries mechanism on some edge cases
[poolifier.git] / CHANGELOG.md
index 61d55fbf2eda3183dccf3f2ee39e0a4350494411..3128d3fd4e9a39b6f1062c620af3b735950fc51c 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix worker choice strategy retries mechanism on some edge cases.
+
 ## [2.6.30] - 2023-08-19
 
 ### Fixed