Update CHANGELOG.md (#178)
authorShinigami <chrissi92@hotmail.de>
Wed, 17 Feb 2021 11:19:28 +0000 (12:19 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Feb 2021 11:19:28 +0000 (12:19 +0100)
CHANGELOG.md

index 5b83b178e127ff520962f1c0eb8ec2bc6e7a6e40..2c5ed46d1031f218631f74250a0d65ed2a34a63f 100644 (file)
@@ -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