Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

<!-- Here goes a general summary of what this release is about -->
While the new TargetCategory class supports subtypes, only reading them is currently available; setting subtypes will be introduced in a future release.

## Upgrading

Expand All @@ -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

Expand Down
Loading