repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f28ba
)
docs: update changelog, take 2
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 9 May 2023 09:00:25 +0000
(11:00 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 9 May 2023 09:00:25 +0000
(11:00 +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 e09b2cadd96bba906d0d9986986d58771599620e..d8d204693398aa47813cc6a9bf429d7c97d58caf 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-12,6
+12,10
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ensure no undefined task runtime can land in the tasks history.
- Fix median computation implementation once again.
+### Added
+
+- Unit tests for median and queue implementations.
+
## [2.4.13] - 2023-05-08
### Fixed