docs: update changelog
[poolifier.git] / CHANGELOG.md
index c2a0b95f4659dd589b3b3b089ad2c998b8ba00a5..6c56fd72386c305e5e50f7041e6a31314f9af88a 100644 (file)
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - 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