repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05ed93
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 16 Aug 2023 16:52:50 +0000
(18:52 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 16 Aug 2023 16:52:50 +0000
(18:52 +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 5344323cbbfc0582ab193011724baa1833a4bf79..df3d564ab804a65c292b55a656d64056e60298cf 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-15,6
+15,10
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- HTTP server pool examples: express-cluster, express-hybrid.
+### Changed
+
+- Remove now useless branching in worker hot code path.
+
## [2.6.27] - 2023-08-15
### Fixed