Add eslint-plugin-spellcheck (#139)
[poolifier.git] / CHANGELOG.md
index 9a7d9427dc16e3b226afb26fa368870555981285..ec50e05de1af59c14d4c12f93ed34b5f3cdef942 100644 (file)
@@ -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