X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=72fed0bd26073b55aff21a8e6658d52968bdbb78;hb=6e8774e94b8baa73696f341baa18f1fa927d2967;hp=ab225e9617e340acf06adce1447ef3327b2f05c8;hpb=a7358578b58286596153d8de7488c37b446bd917;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ab225e96..72fed0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.24] - 2024-03-27 + +### Fixed + +- Fix publishing on JSR. + +## [3.1.23] - 2024-03-27 + +### Changed + +- Publish on JSR. + +## [3.1.22] - 2024-03-15 + +### Fixed + +- Fix pool event emitter registered callbacks removal at `destroy()`. + +## [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