From: Jérôme Benoit Date: Sat, 16 Dec 2023 15:58:59 +0000 (+0100) Subject: docs: move changelog entry to the right section X-Git-Tag: v3.1.1~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5362c66ba52ab2455ff4813bdf8448c4761e8951;p=poolifier.git docs: move changelog entry to the right section Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b33680ee..48b2d86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.1.0] - 2023-12-16 - ### Fixed - Fix pool options TS type definition. +## [3.1.0] - 2023-12-16 + ### Changed - TypeScript breaking change: merge ThreadPoolOptions and ClusterPoolOptions types into PoolOptions type.