From: Jérôme Benoit Date: Sun, 19 May 2024 21:30:48 +0000 (+0200) Subject: docs: add changelog entry X-Git-Tag: v4.0.9~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b947a3c07cfccf3bbb1a8a52ac0274bbd3084e6a;p=poolifier.git docs: add changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cecddc6..db0b99af 100644 --- 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 + +- Add ELU `utilization` statistics to pool information. + ## [4.0.8] - 2024-05-15 ### Fixed