Merge pull request #883 from poolifier/dependabot/npm_and_yarn/examples/typescript...
[poolifier.git] / CHANGELOG.md
index 61d55fbf2eda3183dccf3f2ee39e0a4350494411..ec60d67a8e90b2158bb0efa44674fdf655ad2c37 100644 (file)
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix worker choice strategy retries mechanism in some edge cases.
+
+### Changed
+
+- Make orthogonal worker choice strategies tasks distribution and dynamic worker creation usage.
+- Remove the experimental status of the `LEAST_ELU` worker choice strategy.
+
 ## [2.6.30] - 2023-08-19
 
 ### Fixed