test: cleanup tests description
[poolifier.git] / CHANGELOG.md
index 3af71d5449038677d17aa26769277403f01f3941..5efd1b843646f37ba9a0ded0916782f869ed1149 100644 (file)
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix worker function type definition and validation.
+
+## [2.4.8] - 2023-04-12
+
+### Fixed
+
+- Fix message between main worker and worker type definition for tasks.
+- Fix code documentation.
+
+## [2.4.7] - 2023-04-11
+
+### Added
+
+- Add worker tasks queue options to pool options.
+
+### Fixed
+
+- Fix missing documentation.
+
 ## [2.4.6] - 2023-04-10
 
 ### Fixed