Skip to content

Commit 7be892c

Browse files
committed
Update RELEASE_NOTES.md
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent c5564d1 commit 7be892c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010

1111
## New Features
1212

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13+
- A logical meter implementation that can apply formulas on resampled component
14+
data streams.
1415

1516
## Bug Fixes
1617

17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
18+
- The component graph expected inverters to always have successors, and so
19+
wasn't able to support PV inverters, which don't have component successors.
20+
This is resolved by temporarily removing the requirement for inverters to have
21+
successors. This will be partially reverted later by expecting just battery
22+
inverters to have graph successors.

0 commit comments

Comments
 (0)