repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8eb0a2
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 30 May 2023 10:46:56 +0000
(12:46 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 30 May 2023 10:46:56 +0000
(12:46 +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 920c0b4ba9bfdca7786564b33123d7de16efb098..27033633acacc75d95b79e9ea7414e243ca60954 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-10,6
+10,7
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Switch pool event emitter to `EventEmitterAsyncResource`.
+- Add tasks wait time accounting in per worker tasks usage.
### Changed