From 920056d52c7d11ad560fcca9ea3327556188185c Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Wed, 17 Feb 2021 11:43:27 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1