fix: check pool statuses
[poolifier.git] / CHANGELOG.md
index 47236a79b7d829e61ea0a1634903e35702aa3ba4..c1cad1049d115655ba24070b5b7c93bb6d0e9f83 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure pool statuses are checked at initialization, `start()` or `destroy()`
+
 ## [3.0.5] - 2023-10-27
 
 ### Fixed