refactor: remove duplicate import in examples
[poolifier.git] / CHANGELOG.md
index 7eb01555af1518cfd5a6748677ee763228232c29..8d1da82330d9378b9eb1705c90269beb8625ddce 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Add kill handler to worker options allowing to execute custom code when worker is killed.
+
 ## [2.6.25] - 2023-08-13
 
 ### Added