feat: add less busy worker choice strategy
[poolifier.git] / CHANGELOG.md
index 17e3ff8ada090ba79be228bfc6ae35be70f554f9..ad3c3cf79297ead2cdfcd18aff80da571fab8c4f 100644 (file)
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Add `LESS_BUSY` worker choice strategy.
+
 ### Changed
 
 - Optimize worker storage in pool.
 - Optimize worker alive status check.
-- Rename worker choice strategy `LESS_RECENTLY_USED to `LESS_USED` .
+- Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
 - Optimize `LESS_USED` worker choice strategy.
 
 ### Fixed