From 2dba55de26446308088c456872628cbf0bc78f91 Mon Sep 17 00:00:00 2001 From: aardizio Date: Mon, 15 Feb 2021 19:51:15 +0100 Subject: [PATCH] Fix typing error --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1