docs: add missing code comments
[poolifier.git] / CHANGELOG.md
index df3d564ab804a65c292b55a656d64056e60298cf..29ab1b08e536e58d3a920a06db38d0f845ba4eab 100644 (file)
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- Fix race condition between ready and task functions worker message handling at startup.
+- Fix duplicate task usage statistics computation per task function.
+
+## [2.6.28] - 2023-08-16
+
+### Fixed
+
 - Ensure pool workers are properly initialized.
 
 ### Added