feat: add queued tasks end timeout support to worker node termination
[poolifier.git] / CHANGELOG.md
index 94ca6454774420bc909af3367ea4c7d7e53f34f9..22af662020e7a0442015c71f95cfd93d6b210df8 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Add queued tasks end timeout support to worker node termination.
+
 ## [3.1.4] - 2023-12-18
 
 ### Fixed
@@ -23,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
-- Wait for queued tasks to end at worker termination.
+- Wait for queued tasks to end at worker node termination.
 
 ## [3.1.1] - 2023-12-16