fix: fix pool busyness semantic with task queueing enabled
[poolifier.git] / CHANGELOG.md
index 987e0e8a37618eaaea4e08c82ace56577dc92b5a..8761941ed05c7daf1833b0024ccae658eb9a27b9 100644 (file)
@@ -7,16 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
-## [2.6.22] - 2023-08-10
+### Fixed
 
-## Changed
+- Fix pool busyness semantic when tasks queueing is enabled: the pool is busy when the number of executing tasks on each worker has reached the maximum tasks concurrency per worker.
 
-- Structure markdown documentation (PR #811).
+### Added
+
+- HTTP client pool examples: fetch, node-fetch and axios with multiple task functions.
+- HTTP server pool examples: express.
+
+## [2.6.22] - 2023-08-10
 
-## Fixed
+### Fixed
 
 - Add missing `types` field to package.json `exports`.
 
+### Changed
+
+- Structure markdown documentation (PR #811).
+
 ## [2.6.21] - 2023-08-03
 
 ### Changed