test: fix dynamic cluster pool with zero worker test
[poolifier.git] / CHANGELOG.md
index bd54238fd0bafb1d81da6a9ed41006bf0c74e6cb..38099740aa369ef53693cea7a0775d4c7cf9a0e6 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix dynamic pool with minimum number of workers set to zero: [#1748](https://github.com/poolifier/poolifier/issues/1748).
+
 ## [3.1.17] - 2024-01-05
 
 ### Changed