test: improve pool options coverage
[poolifier.git] / CHANGELOG.md
index 9058bed670386b13d551213ac93b50187b5597be..f50ceeab81c0143eb9b755dfa6d5f2403cfec7d3 100644 (file)
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Fixed
 
 - Ensure no tasks are queued when trying to soft kill a dynamic worker.
+- Update strategies internals after statistics computation.
 
 ### Changed