docs: add changelog entry
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 15 Jan 2024 22:27:19 +0000 (23:27 +0100)
committerJé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

index 936e24085c81eb94df353681e434a7e8e0ca159a..f85dd958f2a80ff9a4982cd35beefaf43f852493 100644 (file)
@@ -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