From: Jérôme Benoit Date: Sun, 9 Apr 2023 20:59:36 +0000 (+0200) Subject: docs: update changelog entries X-Git-Tag: v2.4.6~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=681196cc1fb276718cf90dadfdab678f4e2f2ac1;p=poolifier.git docs: update changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b78061..414d2355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Ensure one task at a time is executed per worker with tasks queueing enabled. + ## [2.4.5] - 2023-04-09 ### Added