fix: fix possible null exception with worker_threads pools
[poolifier.git] / CHANGELOG.md
index ddfd15e093aa759830b95f773f5434a4ac52154f..3ba761e395bc0468d02cdbb216f378c332f2ec16 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix possible null exception with worker_threads pools.
+
 ## [3.0.13] - 2023-12-12
 
 ### Fixed