docs: update CHANGELOG.md
[poolifier.git] / CHANGELOG.md
index 3c9ab37fa4459f6c8b2734c5845db605e6d5c420..7ecb871bcb5397024dee1c67ab38da6936bc5a4d 100644 (file)
@@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Known issues
+
+- Cluster pools tasks execution are not working: https://github.com/poolifier/poolifier/issues/782
+
 ### Fixed
 
 - Ensure cluster pool destroy() gracefully shutdowns worker's server.
 - Ensure pool event is emitted before task error promise rejection.
 - Fix queued tasks count computation.
 
+### Removed
+
+- Remove unneeded worker-threads worker `MessageChannel` internal usage for IPC.
+
 ## [2.6.3] - 2023-06-19
 
 ### Fixed