repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb61ac7
)
CHANGELOG.md: update for next release
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Oct 2022 13:09:40 +0000
(15:09 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Oct 2022 13:09:40 +0000
(15:09 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index a3cdcce20ea92cec261c3985bb2877459a915a4f..d7b019d6c3110e5173c19a1e48dfe4e397eea929 100644
(file)
--- 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