build(deps): bump poolifier
[poolifier.git] / CHANGELOG.md
index 55fa66bf8028046dadc967d1cba0ae65a0520d99..ad5bfde0f264bd84b5719d8dba1b635e1ff033f0 100644 (file)
@@ -7,6 +7,14 @@ 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.
+
+### Changed
+
+- Stricter worker constructor arguments validation.
+
 ## [2.6.45] - 2023-09-17
 
 ### Changed