From 941f9a7cbda74fa78d4157299d2461f135edddbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 27 Jun 2023 13:32:30 +0200 Subject: [PATCH] docs: update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9ab37f..7ecb871b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- 2.34.1