repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e826bd3
)
Fix typing error
author
aardizio
<alessandroardizio94@gmail.com>
Mon, 15 Feb 2021 18:51:15 +0000
(19:51 +0100)
committer
aardizio
<alessandroardizio94@gmail.com>
Mon, 15 Feb 2021 18:51:15 +0000
(19:51 +0100)
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 67a447c326a204331de30339025b3c4ce75ced09..9abb2cfbb9590916e3e2e86dc648b838205aa355 100644
(file)
--- 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 delete
d
when the task submitted take more time than maxInactiveTime configured (issue #70)
### Breaking Changes