repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12182a
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 21 May 2024 20:18:37 +0000
(22:18 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 21 May 2024 20:18:37 +0000
(22:18 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index a17ce59e2938ed21fa58c1a2763d0a1aeb5c184c..864f6e552d13095743f57e264a7bcbe5931f07fb 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]
+### Changed
+
+- Switch to optimized circular buffer implementation to store tasks execution measurements.
+
## [4.0.10] - 2024-05-20
### Fixed