repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3891a
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 15 Aug 2023 16:55:39 +0000
(18:55 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 15 Aug 2023 16:55:39 +0000
(18:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 6f63be84e9fe3753b9a83932b8af16d00aae1025..17b18342fa940d0b13bd42f7bf4c09e5b3af2fba 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-7,6
+7,10
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+
+- Add `KillHandler` type definition to exported types.
+
### Added
- Add `destroy` event to pool API.