From 3a4b605f1bdebaa6428de96906a6db5e8d7dc3bd Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 17 Feb 2021 12:19:28 +0100 Subject: [PATCH] Update CHANGELOG.md (#178) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b83b178..2c5ed46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,10 +38,10 @@ 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 property replacements -`numWorkers` method removed -`nextWorker` method removed +`numWorkers` property is now `numberOfWorkers` +`nextWorker` property is now `nextWorkerIndex` #### Internal (protected) properties and methods renaming -- 2.34.1