From: aardizio Date: Mon, 15 Feb 2021 16:05:11 +0000 (+0100) Subject: Changelog add bug fixes X-Git-Tag: v2.0.0-beta.2~17^2~26 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f3f833abb09d5c885bab58a8b0e4dbcd8325576c;p=poolifier.git Changelog add bug fixes --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8e90a0..12fd3608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] - not released yet +### Bug fixes + - Now a thread/process is not delete when the task submitted take more time than maxInactiveTime configured( issue #70) ### Breaking Changes We changed some internal structures, but you shouldn't be too affected by them as these are internal changes.