repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d087803
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 22 Dec 2023 22:12:22 +0000
(23:12 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 22 Dec 2023 22:12:22 +0000
(23:12 +0100)
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 e60b3dbd25a92070b5e5425db9c7d2c359ab1d67..006d46426907d6fd0a2fd18eb05672c06804e9eb 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
+
+- Avoid useless branching on pool type.
+
## [3.1.9] - 2023-12-22
### Changed