From: Jérôme Benoit Date: Tue, 9 May 2023 09:00:25 +0000 (+0200) Subject: docs: update changelog, take 2 X-Git-Tag: v2.4.14~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=110b6d1353482c5df5bead2389df395af9832bd3;p=poolifier.git docs: update changelog, take 2 Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e09b2cadd..d8d204693 100644 --- 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