From b83e6fa0fb52c7e400915c024f624789ed5943eb Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Wed, 4 Jun 2025 09:35:01 +0200 Subject: [PATCH] Prepare readme for release Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7420db5e..bfe26b86 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## Summary - +While the new TargetCategory class supports subtypes, only reading them is currently available; setting subtypes will be introduced in a future release. ## Upgrading @@ -11,7 +11,7 @@ * `TargetIds(1, 2, 3)` or * `TargetIds(ComponentIds(1), ComponentIds(2), ComponentIds(3))` * `TargetCategories` can be used to specify one or more target categories: - * `TargetCategories(ComponentCategory.BATTERY, ComponentCategory.SOLAR)` + * `TargetCategories(ComponentCategory.BATTERY, ComponentCategory.INVERTER)` ## New Features