From: Jérôme Benoit Date: Sun, 4 Jun 2023 10:36:43 +0000 (+0200) Subject: docs: small refinements X-Git-Tag: v2.5.3~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=89a4abfd3d1f3f7e89f249933e55550cfc44e8b3;p=poolifier.git docs: small refinements Signed-off-by: Jérôme Benoit --- 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: