docs: add missing killHandler worker options documentation
[poolifier.git] / CHANGELOG.md
index 6f63be84e9fe3753b9a83932b8af16d00aae1025..48733b72431fd1f858ebdcf0d9231a47f794bf79 100644 (file)
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.27] - 2023-08-15
+
+### Fixed
+
+- Add `KillHandler` type definition to exported types.
+
 ### Added
 
 - Add `destroy` event to pool API.