From 4ec8247e255c8617e114ee052b7fdeaee7cfe469 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 26 Sep 2025 15:13:44 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ed2fa1c..67f33e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,17 @@ # Frequenz Core Library Release Notes +## Summary + + + ## Upgrading -- If you used `enum.DeprecatedMember` directly anywhere, you should probably switch to using `enum.deprecated_member` instead, which will tag the member value with the appropriate type. + ## New Features -- A new `enum.deprecated_member` function has been added to create deprecated enum members with proper typing. + + +## Bug Fixes + +