From: Jérôme Benoit Date: Tue, 17 Oct 2023 21:22:28 +0000 (+0200) Subject: docs: cleanup changelog entries X-Git-Tag: v3.0.3~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c3c2b35e49f931002dd316493216050309238dec;p=poolifier.git docs: cleanup changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f984936..b7f2e445 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 -- Fix race condition at dynamic worker node task assignment and scheduled removal. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468) and [#1496](https://github.com/poolifier/poolifier/issues/1496) +- Fix race condition at dynamic worker node task assignment and scheduled removal. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468) and [#1496](https://github.com/poolifier/poolifier/issues/1496). ## [3.0.1] - 2023-10-16 @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Switch the worker node eventing code to `EventTarget` API . +- Switch the worker node eventing code to `EventTarget` API. ## [3.0.0] - 2023-10-08