feat: add `queueMaxSize` option to tasks queue options
[poolifier.git] / CHANGELOG.md
index a9c2033497368a4682b1c29c4ee81fd8ca6bbfdf..d2f3b38b479ef9bbba3cb311ba0e2ffba8a6a4be 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Add `queueMaxSize` option to tasks queue options.
+
 ## [2.6.31] - 2023-08-20
 
 ### Fixed