X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=7f1610253a7db9d839dd9d425d9081590669346f;hb=675667d0c87821fdb24150d7e775a280f16355df;hp=ab225e9617e340acf06adce1447ef3327b2f05c8;hpb=a7358578b58286596153d8de7488c37b446bd917;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ab225e96..7f161025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.21] - 2024-02-22 + +### Fixed + +- Fix null exception regression: [#1496](https://github.com/poolifier/poolifier/issues/1496). + +## [3.1.20] - 2024-02-11 + +### Fixed + +- Ensure `worker_threads` workers are unreferenced at termination. + ## [3.1.19] - 2024-01-16 ### Fixed