From: Alessandro Pio Ardizio Date: Wed, 17 Feb 2021 10:43:27 +0000 (+0100) Subject: Update CHANGELOG.md X-Git-Tag: v2.0.0-beta.2~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=920056d52c7d11ad560fcca9ea3327556188185c;p=poolifier.git Update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4915f5e8..5b83b178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ const { DynamicThreadPool } = require('poolifier') For cluster and thread pools, you can now only send and receive serializable `JSON` data. _This is not a limitation by poolifier but NodeJS._ -### Public methods removed +#### Public methods removed `numWorkers` method removed `nextWorker` method removed