fix: ensure no tasks are queued when trying to soft kill a dynamic worker
[poolifier.git] / CHANGELOG.md
index 581de285b619f035458add3d1f2cb256ab0368f0..8466e2baab4542741f54fae07909f2205c52c385 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure no tasks are queued when trying to soft kill a dynamic worker.
+
 ## [2.6.2] - 2023-06-12
 
 ### Fixed