test: cleanup helpers
[poolifier.git] / CHANGELOG.md
index 9058bed670386b13d551213ac93b50187b5597be..23bb62168f8612d58b488763ad76af425b927983 100644 (file)
@@ -9,7 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- Ensure cluster pool destroy() gracefully shutdowns worker's server.
+- Ensure pool event is emitted before task error promise rejection.
+
+## [2.6.3] - 2023-06-19
+
+### Fixed
+
 - Ensure no tasks are queued when trying to soft kill a dynamic worker.
+- Update strategies internals after statistics computation.
 
 ### Changed