refactor: factor out measurement statistics requirements default
[poolifier.git] / CHANGELOG.md
index 62f51c45bbe595707b4ba1862302787bdfe4e442..9a6fb3863e576b2eb229a6fbc4232598c9d6318b 100644 (file)
@@ -7,9 +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
 
@@ -26,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