repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51280f9
)
docs: move changelog entry to the right section
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 15:58:59 +0000
(16:58 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 16 Dec 2023 15:58:59 +0000
(16:58 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index b33680eef023ded853e3be8f2b2b2905a63be939..48b2d86fa4e5e934bbe4c43949fdf9ccd0992d6e 100644
(file)
--- 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.