fix: avoid null exception at sending message to worker
[poolifier.git] / CHANGELOG.md
index b7f2e44568f1afc6d3a100342e46d8a94d0c8223..838d0e6816d6015bd283b9c89c19e00f825c4e63 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Avoid null exception at sending message to worker.
+
 ## [3.0.2] - 2023-10-17
 
 ### Fixed