repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2dbbf9
)
docs: add changelog entries
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 17 Aug 2023 17:51:08 +0000
(19:51 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 17 Aug 2023 17:51:08 +0000
(19:51 +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 644025f2dc797c1e147844eb455a580be5efbe30..29ab1b08e536e58d3a920a06db38d0f845ba4eab 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-7,6
+7,11
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### 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