refactor: cleanup internal pool messaging code
[poolifier.git] / CHANGELOG.md
index 3b544676be9239f8d78f889b190bb782884f972f..3c9ab37fa4459f6c8b2734c5845db605e6d5c420 100644 (file)
@@ -548,7 +548,7 @@ const { DynamicThreadPool } = require('poolifier')
 
 #### New type definitions for input data and response
 
-For cluster worker and worker-thread pools, you can now only send and receive serializable data.  
+For cluster worker and worker-thread pools, you can now only send and receive structured-cloneable data.  
 _This is not a limitation by poolifier but NodeJS._
 
 #### Public property replacements