From: Jérôme Benoit Date: Mon, 16 Oct 2023 10:15:28 +0000 (+0200) Subject: docs: refine changelog entry X-Git-Tag: v3.0.2~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fc84edac887ecef65fe2cdc85db22e24855e82aa;p=poolifier.git docs: refine changelog entry Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b4994b93..57cfceb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Workaround possible race condition at work nodes array element removal and querying. See [issue #1468](https://github.com/poolifier/poolifier/issues/1468). +- Workaround possible race condition at work nodes array element removal and querying. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468). ### Changed