From: Jérôme Benoit Date: Fri, 8 Sep 2023 16:49:00 +0000 (+0200) Subject: docs: refine changelog entries X-Git-Tag: v2.6.44~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1f4553c6a7431f47442607e74ca679cbec4c4aab;p=poolifier.git docs: refine changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e8241a09..ed878f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -203,7 +203,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add kill handler to worker options allowing to execute custom code when worker is killed. - Add `listTaskFunctions()` method to pool API. -- SMTP server pool example: nodemailer. +- SMTP client pool example: nodemailer. ## [2.6.25] - 2023-08-13