Skip to content

Commit fcfc8fc

Browse files
Update release notes (#127)
Signed-off-by: ela-kotulska-frequenz <[email protected]>
2 parents e782373 + e15d151 commit fcfc8fc

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

RELEASE_NOTES.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
75
## Upgrading
86

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
- Add fine-grained Result types for the PowerDistributingActor.
12-
Previously Result was one class with many fields. Now each result has its own class
13-
that derives from Result parent class.
7+
- Add fine-grained Result types for the PowerDistributingActor. Previously Result was one class with many fields. Now each type of the result has its own class that derives from Result parent class.
148

159
## New Features
1610

17-
<!-- Here goes the main new features and examples or instructions on how to use them -->
11+
- Add inverter type to the Component data. Inverter type tells what kind of inverter it is (Battery, Solar etc).
12+
- Add `FormulaGenerator` class for generating formulas from the component graph.
13+
- Add formulas for: `grid_power`, `battery_power`, `PV power`.
1814

1915
## Bug Fixes
2016

21-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
17+
- Fix ComponentMetricResamplingActor, to not subscribe twice to the same source.

0 commit comments

Comments
 (0)