From 0e3492ce4fb793a898bb965e3cc59dabe4589198 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 28 Feb 2024 12:59:57 +0100 Subject: [PATCH] Prepare release notes for the v0.1.0 release Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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.