fix: ensure no task can be executed on destroyed pool
[poolifier.git] / CHANGELOG.md
index 0fe43abdff91300f83c2d96a3fef74b238a534fe..c1e6599216e5b4981b4c32ba2d77a07d032885d8 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure no task can be executed when the pool is destroyed.
+
 ### Added
 
 - Add `queueMaxSize` option to tasks queue options.