File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments