fix: wait for queued tasks to end at worker termination
[poolifier.git] / CHANGELOG.md
index 107be86a152c1b24b78f841f8c4bfe5697ed8c80..642e0d528b5d499f2379f9ff2084aa8111b4e47d 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Wait for queued tasks to end at worker termination.
+
 ## [3.1.1] - 2023-12-16
 
 ### Fixed