feat: add infinite retries support in worker choice strategy
[poolifier.git] / CHANGELOG.md
index 50747dfebefe72021444c497fdeaf2202901fee1..8a0da77466f406c9e76eee5eeead607eb2435ca8 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- Add infinite retries support in worker choice strategy.
+
 ## [3.0.11] - 2023-12-11
 
 ### Fixed