refactor: cleanup tasks queue options namespace
[poolifier.git] / CHANGELOG.md
index ada76405843e1a774cf6ce54cab0d481d0e5cae3..89b1918650b9c7e49de75fa9dcefa1aa42637674 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- Rename tasks queue options `queueMaxSize` to `size`.
+
 ## [2.6.32] - 2023-08-23
 
 ### Fixed