Skip to content

Commit 0e915b5

Browse files
committed
Update release notes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 980cf25 commit 0e915b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
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+
7+
## Deprecations
8+
9+
* In the `TargetComponents` message, the field `components.component_categories` is now deprecated. See the upgrading section for details.
610

711
## Upgrading
812

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`).
13+
* 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.
1014

1115
## New Features
1216

0 commit comments

Comments
 (0)