docs: update changelog
[poolifier.git] / CHANGELOG.md
index c09124a9798897b22334b5c0f1e533016465ccfa..6c56fd72386c305e5e50f7041e6a31314f9af88a 100644 (file)
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Support multiple task functions per worker.
+- Add custom worker weights support to worker choice strategies options.
+
+### Changed
+
+- Use O(1) queue implementation for tasks queueing.
+
+### Fixed
+
+- Fix median computation implementation.
+- Fix fair share worker choice strategy internals update.
+
+## [2.4.11] - 2023-04-23
+
 ### Changed
 
 - Optimize free worker finding in worker choice strategies.