repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ca141
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 13:08:36 +0000
(15:08 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 13:08:36 +0000
(15:08 +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 55fa66bf8028046dadc967d1cba0ae65a0520d99..a6b20e1a0b0ea610fa50af70e616a8a5de12792a 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
+
+- Fix task stealing related tasks queue options handling at runtime.
+
## [2.6.45] - 2023-09-17
### Changed