Skip to content

Commit 086d56b

Browse files
Clear release notes (#129)
2 parents fcfc8fc + 0b5b1af commit 086d56b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Summary
44

5+
<!-- Here goes a general summary of what this release is about -->
6+
57
## Upgrading
68

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.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
810

911
## New Features
1012

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`.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1414

1515
## Bug Fixes
1616

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

0 commit comments

Comments
 (0)