repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a929d
)
docs: update changelog entries
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Apr 2023 20:59:36 +0000
(22:59 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Apr 2023 20:59:36 +0000
(22:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 96b7806130dc19f828808dbb2317abd12b521ccc..414d2355ac581b6ae7d4a5dff5cb11fed1d7daf3 100644
(file)
--- 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