From: aardizio Date: Mon, 15 Feb 2021 18:51:15 +0000 (+0100) Subject: Fix typing error X-Git-Tag: v2.0.0-beta.2~17^2~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2dba55de26446308088c456872628cbf0bc78f91;p=poolifier.git Fix typing error --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a447c3..9abb2cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes -- Now a thread/process is not delete when the task submitted take more time than maxInactiveTime configured (issue #70) +- Now a thread/process is not deleted when the task submitted take more time than maxInactiveTime configured (issue #70) ### Breaking Changes