fix: ensure pool workers are properly initialized
[poolifier.git] / CHANGELOG.md
index 6ac71e7c3013be7b954c20b9aab6e46a88f41cf6..5344323cbbfc0582ab193011724baa1833a4bf79 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure pool workers are properly initialized.
+
 ### Added
 
 - HTTP server pool examples: express-cluster, express-hybrid.