fix: fix null exception regression
[poolifier.git] / CHANGELOG.md
index 002a88336b278c35152c52e6884053452349c3a1..894f7c63357664da8ae35eaf51399fe0170a74e2 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix null exception regression: [#1496](https://github.com/poolifier/poolifier/issues/1496).
+
 ## [3.1.20] - 2024-02-11
 
 ### Fixed