repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff2b91
)
feat: use EvenTarget for worker node events
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 14 Oct 2023 17:48:45 +0000
(19:48 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 14 Oct 2023 17:48:45 +0000
(19:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 13e566f258696366f01b156a592468ac74928eeb..7c0ec1e072a76183e51892fa183f7225109df23e 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]
+### Changed
+
+- Switch the worker node eventing code to `EventTarget` API .
+
## [3.0.0] - 2023-10-08
### Changed