From: Jérôme Benoit Date: Sat, 22 Oct 2022 13:09:40 +0000 (+0200) Subject: CHANGELOG.md: update for next release X-Git-Tag: v2.3.6~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f80cead4e0cfd0605f370fd9b057cf5bac6fac5d;p=poolifier.git CHANGELOG.md: update for next release Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cdcce2..d7b019d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Cleanup pool attributes and methods. +- Refine error types thrown. + +### Fixed + +- Fix continuous integration build on windows. +- Fix code coverage reporting by using c8 instead of nyc. + ## [2.3.5] - 2022-10-21 ### Changed