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 + +