X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=ec50e05de1af59c14d4c12f93ed34b5f3cdef942;hb=5c5a1fb79906f18560012263239e7bd611ee8d2b;hp=9a7d9427dc16e3b226afb26fa368870555981285;hpb=1641b313a20f6d9de889498a8f04f2e4fa6ca11f;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7d9427..ec50e05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,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 properties renaming + +- Thread Pool's `numWorkers` is now `numberOfWorkers` + #### Internal (protected) methods renaming Those methods are not intended to be used from final users