diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cea5fc9..affdacc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,12 +6,7 @@ Code import from the [SDK v1.0.0-rc5](https://github.com/frequenz-floss/frequenz ## Upgrading - +Changes compared to the code in the SDK v1.0.0-rc5 release: -## New Features - - - -## Bug Fixes - - +* The `MicrogridGrpcClient` class was renamed to `ApiClient`. +* The `MicrogridApiClient` abstract base class was removed, use `ApiClient` instead.