Skip to content

Commit 40d5bc0

Browse files
committed
Update release notes
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
1 parent 980cf25 commit 40d5bc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This update introduces the possibility to target specific types of batteries, inverters and EV chargers.
6+
67

78
## Upgrading
89

9-
* The `TargetComponents` message now accepts an optional `type` too. `.components.component_categories` is no longer just a `ComponentCategory` but a new `CategoryAndType` message that has a required `category` (`ComponentCategory`) and an optional `type` (`oneof BatteryType, EVChargerType, InverterType`).
10+
* The `TargetComponents` message now accepts an optional `type` too. `.components.component_categories` is now deprecated. Instead `.components.component_categories_types`, a new `CategoryAndType` message that has a required `category` (`ComponentCategory`) and an optional `type` (`oneof BatteryType, EVChargerType, InverterType`) should be used.
1011

1112
## New Features
1213

0 commit comments

Comments
 (0)