docs: update benchmarks vs. external pools
[poolifier.git] / CHANGELOG.md
index dba4ff69dc8d702b2a0ea88d22abf184d2258e5a..9a6fb3863e576b2eb229a6fbc4232598c9d6318b 100644 (file)
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure message handler is only registered in worker.
+
 ## [2.6.5] - 2023-06-27
 
 ### Known issues
 
-- Cluster pools tasks execution are not working: https://github.com/poolifier/poolifier/issues/782
+- Cluster pools tasks execution are not working by using ESM files extension: https://github.com/poolifier/poolifier/issues/782
 
 ### Fixed
 
@@ -28,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Known issues
 
-- Cluster pools tasks execution are not working: https://github.com/poolifier/poolifier/issues/782
+- Cluster pools tasks execution are not working by using ESM files extension: https://github.com/poolifier/poolifier/issues/782
 
 ### Fixed