From: Jérôme Benoit Date: Sat, 18 Mar 2023 11:54:41 +0000 (+0100) Subject: chore: prepare changelog content for release X-Git-Tag: v2.3.8~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=fbdedeb97cb2ec41d292a3949624b084f9efe629;p=poolifier.git chore: prepare changelog content for release Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 24796774..408459d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Switch internal benchmarking code to benny. +- Switch to TypeScript 5.x.x. +- Switch rollup bundler plugins to core ones. +- Enforce conventional commits. ### Fixed - Fix random integer generator. +- Fix worker choice strategy pool type identification at initialization. ## [2.3.7] - 2022-10-23