X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=a3cdcce20ea92cec261c3985bb2877459a915a4f;hb=refs%2Ftags%2Fv2.3.5;hp=00e9d33e7826d6ab64639023e8939a74397ab044;hpb=90ee1b18c5477c9caccc2c4015ecfaf84c40e39d;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e9d33e..a3cdcce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.5] - 2022-10-21 + +### Changed + +- Improve benchmarks: add IO intensive task workload, add task size option, integrate code into linter. +- Optimize tasks usage lookup implementation. + +### Fixed + +- Fix missed pool event emitter type export. +- Fix typedoc documentation generation. + ## [2.3.4] - 2022-10-17 ### Added