From 89a4abfd3d1f3f7e89f249933e55550cfc44e8b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 4 Jun 2023 12:36:43 +0200 Subject: [PATCH] docs: small refinements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc24784..134b1745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Refine pool information content. + ## [2.5.2] - 2023-06-02 ### Added diff --git a/README.md b/README.md index 1a311e4d..9ac317b4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Please consult our [general guidelines](#general-guidance). - Proper async integration with node async hooks :white_check_mark: - Support for worker threads and cluster node modules :white_check_mark: - Support sync and async tasks :white_check_mark: +- Tasks distribution strategies :white_check_mark: - General guidance on pools to use :white_check_mark: - Widely tested :white_check_mark: - Error handling out of the box :white_check_mark: -- 2.34.1