feat: add task statistics to pool info: runTime and waitTime
[poolifier.git] / CHANGELOG.md
index 6e05c369fcd5a8efa7fc42cd0dd0992d649c0df4..df3eeb3046e72fb53ea62b528fe454ce1a3eb7a1 100644 (file)
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Recreate the right worker type on uncaught exception.
+
+### Added
+
+- Add minimum and maximum to internal measurement statistics.
+- Add `runTime` and `waitTime` to pool information.
+
 ## [2.6.8] - 2023-07-03
 
 ### Fixed