Skip to content

Commit 3dff61e

Browse files
committed
Group config changes in the release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a561c21 commit 3dff61e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@
66

77
## Upgrading
88

9-
- `LoggingConfigUpdater`
9+
- `frequenz.sdk.config`
1010

11-
* Renamed to `LoggingConfigUpdatingActor` to follow the actor naming convention.
12-
* Make all arguments to the constructor keyword-only.
11+
* `LoggingConfigUpdater`
1312

14-
- `LoggingConfig`
13+
+ Renamed to `LoggingConfigUpdatingActor` to follow the actor naming convention.
14+
+ Make all arguments to the constructor keyword-only.
1515

16-
* The `load()` method was removed. Please use `frequenz.sdk.config.load_config()` instead.
17-
* The class is now a standard `dataclass` instead of a `marshmallow_dataclass`.
16+
* `LoggingConfig`
1817

19-
- `LoggerConfig` is not a standard `dataclass` instead of a `marshmallow_dataclass`.
18+
+ The `load()` method was removed. Please use `frequenz.sdk.config.load_config()` instead.
19+
+ The class is now a standard `dataclass` instead of a `marshmallow_dataclass`.
20+
21+
* `LoggerConfig` is not a standard `dataclass` instead of a `marshmallow_dataclass`.
2022

2123
## New Features
2224

0 commit comments

Comments
 (0)