repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932fc8b
)
docs: update changelog entries
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 9 Jun 2023 11:02:28 +0000
(13:02 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 9 Jun 2023 11:02:28 +0000
(13:02 +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 66762b0d7f295c7bc59da094d142771a027f984f..c487a4971190fc9de05513e9de04bed59a7bea2c 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-10,7
+10,8
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactor pool worker node usage internals.
-- Refactor worker choice strategy statistics requirements.
+- Breaking change: refactor worker choice strategy statistics requirements: the syntax of the worker choice strategy options has changed.
+- Breaking change: pool information `info` property object fields have been renamed and added.
### Fixed