fix: ensure worker key can't be negative in worker choice strategies
[poolifier.git] / CHANGELOG.md
index 7db1df47546ab30eddcffc9cc79e575ecd6623b2..5a152e22eab6eb0559ecff3660509bd7ab1e94b8 100644 (file)
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Add `full` event to dynamic pool.
 - Keep worker choice strategy usage in memory for conditional reuse.
 
+### Fixed
+
+- Fix possible negative worker key at worker removal in worker choice strategies.
+
 ## [2.4.1] - 2023-04-05
 
 ### Changed