From: Jérôme Benoit Date: Tue, 9 May 2023 08:59:17 +0000 (+0200) Subject: docs: update changelog X-Git-Tag: v2.4.14~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b0f28badcfcb5f7125a7094e8984ac6fa516e550;p=poolifier.git docs: update changelog Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc87235f..e09b2cadd 100644 --- 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 + +- Ensure no undefined task runtime can land in the tasks history. +- Fix median computation implementation once again. + ## [2.4.13] - 2023-05-08 ### Fixed