fix: fix average computation
[poolifier.git] / CHANGELOG.md
index 5ebbff5e44777e144601685de6d0c85ff592badc..ea36db29a85fb7ba4bc54248edcd4755cfbeb5e9 100644 (file)
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix average statistics computation: ensure failed tasks are not accounted.
+
+## [2.6.0] - 2023-06-09
+
 ### Added
 
 - Add `LEAST_ELU` worker choice strategy (experimental).