Skip to content

Commit 0100d62

Browse files
committed
Fix typo in release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b0a656e commit 0100d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
+ The `load()` method was removed. Please use `frequenz.sdk.config.load_config()` instead.
1919
+ The class is now a standard `dataclass` instead of a `marshmallow_dataclass`.
2020

21-
* `LoggerConfig` is not a standard `dataclass` instead of a `marshmallow_dataclass`.
21+
* `LoggerConfig` is now a standard `dataclass` instead of a `marshmallow_dataclass`.
2222

2323
## New Features
2424

0 commit comments

Comments
 (0)