From 8184b4216a574b6dbf637eae0c304d2a531b053f Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 1 Jul 2025 10:52:37 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4b55cbdd..92616f87 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,16 +6,11 @@ ## Upgrading -- The metrics and components enums `.from_proto()` are deprecated, please use the new `enum_from_proto()` instead. -- Some minimum dependencies have been bumped, you might need to update your minimum dependencies too: - - * `frequenz-api-common` to 0.6.1 - * `frequenz-core` to 1.0.2 + ## New Features -- A new module `frequenz.client.common.enum_proto` has been added, which provides a generic `enum_from_proto()` function to convert protobuf enums to Python enums. -- The `frequenz.client.common.microgrid.ComponentCategory` was extended to include the missing categories. + ## Bug Fixes