repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5273854
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 15 Jan 2024 22:27:19 +0000
(23:27 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 15 Jan 2024 22:27:19 +0000
(23:27 +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 936e24085c81eb94df353681e434a7e8e0ca159a..f85dd958f2a80ff9a4982cd35beefaf43f852493 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-11,6
+11,10
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix possible null exception at task finishing handling.
+### Changed
+
+- Optimize Deque implementation to improve tasks queueing performance.
+
## [3.1.18] - 2024-01-06
### Fixed