Skip to content

Commit ee20e71

Browse files
authored
Improve release notes formatting
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ee58cde commit ee20e71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
actor = ConfigManagingActor(config_files=["config.toml"])
1616
```
1717

18-
* The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19-
* The `frequenz-quantities` dependency was bumped to `1.0.0rc3`.
20-
* The `ComponentMetricsRequest` now produces a channel name without the `start_date` if the `start_date` is `None`. If you are somehow relying on the old behavior, please update your code.
18+
- The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19+
- The `frequenz-quantities` dependency was bumped to `1.0.0rc3`.
20+
- The `ComponentMetricsRequest` now produces a channel name without the `start_date` if the `start_date` is `None`. If you are somehow relying on the old behavior, please update your code.
2121

2222
## New Features
2323

2424
- The `ConfigManagingActor` can now take multiple configuration files as input, allowing to override default configurations with custom configurations.
25-
* A new `frequenz.sdk.config.load_config()` function is available to load configurations using `marshmallow_dataclass`es with correct type hints.
25+
- A new `frequenz.sdk.config.load_config()` function is available to load configurations using `marshmallow_dataclass`es with correct type hints.
2626
- Implement and standardize logging configuration with the following changes:
2727
* Add `LoggerConfig` and `LoggingConfig` to standardize logging configuration.
2828
* Create `LoggingConfigUpdater` to handle runtime config updates.

0 commit comments

Comments
 (0)