repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc76a84
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 20 Oct 2023 05:26:22 +0000
(07:26 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 20 Oct 2023 05:26:22 +0000
(07:26 +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 314259957e857d428a1d274c730e5eb9f64b246d..054e24882972ec9765fc8120b4438677344caf73 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
+
+- Use builtin retry mechanism in worker choice strategies instead of custom one.
+
## [3.0.3] - 2023-10-19
### Fixed