diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 069129ec6..ebe95534d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,6 @@ # Frequenz Python SDK Release Notes -## Summary - - - -## Upgrading - - - -## New Features - -* The `MicrogridApiClient` was updated to the latest version. - ## Bug Fixes -* Fix bug with LoggingConfigUpdater not updating root logger level. +* Fix bug with `LoggingConfigUpdater` not updating root logger level. +* The `frequenz-quantities` dependency requirement was widened to allow any v1.x version (it was pinned to `1.0.0rc3` before).